Enable firewall and migrate Jellyfin to NixOS
This commit is contained in:
parent
693c6da88a
commit
5c63b5d1a3
10 changed files with 78 additions and 5 deletions
|
@ -15,7 +15,10 @@
|
|||
|
||||
networking = {
|
||||
hostName = "hydra";
|
||||
firewall.enable = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 8443 ];
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue