Edit configuration.nix

This commit is contained in:
Aaron Honeycutt 2025-02-25 15:12:05 +00:00
parent ed059f4726
commit b4a3f9c9ec

View file

@ -79,12 +79,9 @@
networking.hostName = "edi";
networking.firewall = {
enable = true;
# 2342 = PhotoPrism
# 3000 = Hydra
# 5000 = Kavita
# 8096 = Jellyfin
# 11434 = Ollama
allowedTCPPorts = [ 80 443 2342 3000 5000 8096 9091 11434 ];
# 25565 = Minecraft
allowedTCPPorts = [ 80 443 2342 9091 11434 25565 ];
};
nixpkgs.config.permittedInsecurePackages = [