summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 8ed6fa2d..d75edbba 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -106,10 +106,13 @@
     enable = true;
     networks."40-enp7s0" = {
       dhcpV4Config = {
-        UseDNS = true;
+        UseDomains = true;
+      };
+      dhcpV6Config = {
+        UseDomains = true;
       };
       ipv6AcceptRAConfig = {
-        UseDNS = true;
+        UseDomains = true;
       };
       networkConfig = {
         MulticastDNS = true;