summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 19:48:20 +0200
committerAlan Pearce2024-05-29 19:48:20 +0200
commit1f3438e132fc67804fc9edbaa07fefea2d2460d1 (patch)
tree1b1d2b3c568a5bbf1a168dedc5bd7dff7ec649df /system
parent020d243dee536e537d06275f6eb1b27182e7e980 (diff)
downloadnixfiles-1f3438e132fc67804fc9edbaa07fefea2d2460d1.tar.lz
nixfiles-1f3438e132fc67804fc9edbaa07fefea2d2460d1.tar.zst
nixfiles-1f3438e132fc67804fc9edbaa07fefea2d2460d1.zip
prefect: use domains advertised by DHCP/RA
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;