Minor fixes
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [];
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
allowedUDPPorts = [];
|
||||
allowPing = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user