add firewall rules
This commit is contained in:
parent
8bff82a688
commit
a857b350ed
|
@ -110,6 +110,12 @@
|
|||
domain = "kanto.dev";
|
||||
# Connect to networks
|
||||
networkmanager.enable = true;
|
||||
# Setup our firewall
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
|
|
Loading…
Reference in a new issue