Enable firewall explicitly
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
allowedTCPPorts = [ 22 80 443 ];
|
allowedTCPPorts = [ 22 80 443 ];
|
||||||
allowedUDPPorts = [];
|
allowedUDPPorts = [];
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user