mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
Edit configuration.nix
This commit is contained in:
parent
ed059f4726
commit
b4a3f9c9ec
1 changed files with 2 additions and 5 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue