flake/hosts/ports.nix
2025-01-27 20:26:14 +00:00

15 lines
271 B
Nix

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