flake/hosts/ports.nix
2025-04-13 15:09:01 +00:00

17 lines
306 B
Nix

{ pkgs, lib, config, ... }: {
mods.server.nginx.ports = {
photos = 3001;
homebox = 3002;
# immich-machine-learning = 3003;
share = 3004;
vault = 3005;
git = 3006;
cal = 3007;
chat = 3008;
# dash = 3009;
search = 8081;
videos = 8082;
reddit = 8083;
};
}