mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -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.hostName = "edi";
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# 2342 = PhotoPrism
|
|
||||||
# 3000 = Hydra
|
|
||||||
# 5000 = Kavita
|
|
||||||
# 8096 = Jellyfin
|
|
||||||
# 11434 = Ollama
|
# 11434 = Ollama
|
||||||
allowedTCPPorts = [ 80 443 2342 3000 5000 8096 9091 11434 ];
|
# 25565 = Minecraft
|
||||||
|
allowedTCPPorts = [ 80 443 2342 9091 11434 25565 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue