Enable firewall and migrate Jellyfin to NixOS

This commit is contained in:
yuri 2023-08-02 22:46:07 +02:00
parent def599be28
commit 39bc88eb0f
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 = {