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

@ -19,7 +19,10 @@
};
hostName = "tor-relay";
firewall.enable = false;
firewall = {
enable = true;
allowedTCPPorts = [ 9001 9030 ];
};
};
system.stateVersion = "23.05";