From 40f6e567cd1c8bd893d92b40487571847799c647 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 3 May 2025 21:49:42 +0200 Subject: firewall --- nixos/hosts/apocalypse/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/apocalypse/default.nix') diff --git a/nixos/hosts/apocalypse/default.nix b/nixos/hosts/apocalypse/default.nix index 129bdbc..a84d07d 100644 --- a/nixos/hosts/apocalypse/default.nix +++ b/nixos/hosts/apocalypse/default.nix @@ -4,6 +4,8 @@ ./hardware-configuration.nix ../../common ./nvidia.nix + ./backup.nix + ./firewall.nix ]; boot.loader.grub = { useOSProber = true; @@ -33,7 +35,6 @@ boot.consoleLogLevel = 0; networking.hostName = "apocalypse"; # Define your hostname. - networking.firewall.enable = false; networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. hardware.bluetooth.enable = true; -- cgit v1.3.1