flake/hosts/ports.nix
2025-01-25 15:25:30 +00:00

14 lines
254 B
Nix

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