about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-11-25 19:52:03 +0000
committerdevhell <devhell@mailfresser.de>2017-11-25 19:52:03 +0000
commit12740d1412d008284d6df4253765ce720b373237 (patch)
tree5eb1a0abd82694f8d5617d035fda2d0029664f6e /machines/devhell
parent2af3b6a0891d18f2a07f36e54e61047e57e31d32 (diff)
machines/titan: Remove cruft and enable dnscrypt
I want to test this and see how it performs.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/titan.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix
index becfb89f..f55ced4e 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -55,11 +55,8 @@
 
   networking.hostName = "titan";
   networking.wireless.enable = true;
-  networking.connman.enable = false;
-  networking.wicd.enable = false;
-  networking.networkmanager.enable = false;
   networking.useNetworkd= true;
-  networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
+  networking.nameservers = [ "127.0.0.1" "8.8.8.8" "8.8.4.4" ];
 
   powerManagement.cpuFreqGovernor = "powersave";
 
@@ -80,10 +77,12 @@
 
   vuizvui.user.devhell.profiles.services.enable = true;
 
+
   services = {
     tftpd.enable = false;
     gnome3.gnome-keyring.enable = true;
     printing.enable = false;
+    dnscrypt-proxy.enable = true;
   };
 
   services.acpid = {