feat: setup firewall
This commit is contained in:
parent
3e41b83066
commit
401cca49a9
|
@ -15,6 +15,9 @@ in {
|
|||
# networking
|
||||
networking.hostName = "neodymium";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [];
|
||||
networking.firewall.allowedUDPPorts = [];
|
||||
|
||||
# use systemd-boot EFI boot loader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Reference in a new issue