about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-10-18 15:56:32 +0100
committerdevhell <devhell@mailfresser.de>2017-10-18 15:56:32 +0100
commit44110e3be6a00c80e15953d3649a2a489e844a44 (patch)
tree5051b40d58b2c40c8d972a6a1e33fcd8df99cd5d /machines/devhell
parent42a9b7db20a3405b5b4a54baf566f27cb96d334b (diff)
machines/titan: Add extra DNS servers
Uni has some bonkers nameservers. This should hopefully fix it.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/titan.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index 9466934c..ce762f51 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -50,6 +50,7 @@
   networking.wicd.enable = false;
   networking.networkmanager.enable = false;
   networking.useNetworkd= true;
+  networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
 
   powerManagement.cpuFreqGovernor = "powersave";