about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 5e3b17ae..139d4dd2 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -53,6 +53,9 @@
   # FIXME Check if this is still necessary in the future
   systemd.services.systemd-networkd-wait-online.enable = false;
 
+  # XXX Kind of a hack to work around the issue of networkd not honoring networking.nameservers
+  systemd.network.networks."99-main".dhcpConfig.UseDNS = false;
+
   networking.hostName = "titan";
   networking.wireless.enable = true;
   networking.useNetworkd= true;