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

@ -19,7 +19,10 @@
};
hostName = "web-public-2";
firewall.enable = false;
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 5000 8448 ];
};
};
system.stateVersion = "23.05";