Enable firewall and migrate Jellyfin to NixOS

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent 826c3ff28b
commit 07e6a8a597
10 changed files with 78 additions and 5 deletions

View file

@ -15,7 +15,10 @@
networking = {
hostName = "hydra";
firewall.enable = false;
firewall = {
enable = true;
allowedTCPPorts = [ 8443 ];
};
};
nix = {