summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-03 21:49:42 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-03 21:49:42 +0200
commit40f6e567cd1c8bd893d92b40487571847799c647 (patch)
tree72c6e1eb975ca4fa25fd9ac4a1f4116e19772f9f /nixos/hosts/apocalypse/default.nix
parent57dde93d6059cd476bc5e196e0cef348f6544085 (diff)
firewall
Diffstat (limited to '')
-rw-r--r--nixos/hosts/apocalypse/default.nix3
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;