Enable firewall and migrate Jellyfin to NixOS
This commit is contained in:
parent
def599be28
commit
39bc88eb0f
10 changed files with 78 additions and 5 deletions
|
@ -19,7 +19,10 @@
|
|||
};
|
||||
|
||||
hostName = "web-public-2";
|
||||
firewall.enable = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 5000 8448 ];
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue