summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 36fc62e1..9ac8bd7b 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -15,6 +15,7 @@
     ./settings/hardware/bare-metal.nix
     ./settings/hardware/bluetooth.nix
     ./settings/hardware/nvme-root.nix
+    ./settings/hardware/connman.nix
     ./settings/hardware/mouse.nix
     ./settings/hardware/grub2.nix
     ./settings/hardware/nvidia-gpu.nix
@@ -71,9 +72,6 @@
   };
   networking.useDHCP = false;
   networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ];
-  networking.interfaces.enp6s0 = {
-    useDHCP = true;
-  };
 
   networking.firewall.extraCommands = ''
     iptables  -A nixos-fw -p udp --source 172.30.44.0/24       -j nixos-fw-accept