diff options
Diffstat (limited to 'nixos/hosts/apocalypse/default.nix')
| -rw-r--r-- | nixos/hosts/apocalypse/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
