summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2021-01-16 20:56:25 +0100
committerAlan Pearce2021-01-16 20:56:54 +0100
commit99fdc45339535264a5d17d17df6c54035450afb0 (patch)
treede96c759380e9d937a35348bbe6f489739760951 /system/prefect.nix
parentecf61955c15b2b7e5a0f05a8be0c784b34c8b7c7 (diff)
downloadnixfiles-99fdc45339535264a5d17d17df6c54035450afb0.tar.lz
nixfiles-99fdc45339535264a5d17d17df6c54035450afb0.tar.zst
nixfiles-99fdc45339535264a5d17d17df6c54035450afb0.zip
prefect: use connman
Diffstat (limited to 'system/prefect.nix')
-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