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

@ -7,7 +7,7 @@
networking = {
hostName = "iperf";
firewall.enable = false;
firewall.enable = true;
};
system.stateVersion = "23.05";