summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 86406e5a..7785e76b 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -97,8 +97,9 @@
   # needed to resolve local hostname overrides
   services.resolved.dnssec = "false";
   networking = {
+    useDHCP = false;
     useNetworkd = true;
-    interfaces.enp6s0 = {
+    interfaces.enp7s0 = {
       useDHCP = true;
     };
   };