enable fw

This commit is contained in:
iofq 2023-05-21 04:30:01 -05:00
parent f21d40ce98
commit 50a59333e6

View file

@ -6,6 +6,11 @@
./nano.nix
];
networking.hostName = host.hostName;
networking.firewall = {
enable = true;
allowedTCPPorts = [];
allowedUDPPorts = [];
}
environment.systemPackages = with pkgs; [
cryptsetup
];