summary refs log tree commit diff
path: root/machines/corsac
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac')
-rw-r--r--machines/corsac/devices.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix
index 0f12724..06e4f8c 100644
--- a/machines/corsac/devices.nix
+++ b/machines/corsac/devices.nix
@@ -12,11 +12,7 @@
     initrd.systemd.enable = true;
   };
 
-  networking = {
-    useDHCP = false;
-    # todo: configure properly
-    firewall.enable = lib.mkForce false;
-  };
+  networking.useDHCP = false;
 
   systemd.network.enable = true;
   systemd.network.networks."20-wired" = {