diff --git a/nixos/t14/configuration.nix b/nixos/t14/configuration.nix index 5c831c7..d172546 100755 --- a/nixos/t14/configuration.nix +++ b/nixos/t14/configuration.nix @@ -5,7 +5,12 @@ ./hardware-configuration.nix ./nano.nix ]; - networking.hostName = host.hostName; + networking.hostName = host.hostName; + networking.firewall = { + enable = true; + allowedTCPPorts = []; + allowedUDPPorts = []; + } environment.systemPackages = with pkgs; [ cryptsetup ];