allow 80 and 443 udp
This commit is contained in:
parent
8e2e37499b
commit
b9a6cfe164
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ in {
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 ];
|
||||
|
||||
poz = {
|
||||
other.home-manager.enable = true;
|
||||
|
|
Loading…
Reference in a new issue