enable fw

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

View file

@ -5,7 +5,12 @@
./hardware-configuration.nix ./hardware-configuration.nix
./nano.nix ./nano.nix
]; ];
networking.hostName = host.hostName; networking.hostName = host.hostName;
networking.firewall = {
enable = true;
allowedTCPPorts = [];
allowedUDPPorts = [];
}
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cryptsetup cryptsetup
]; ];