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

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