about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-10-05 14:43:52 +0100
committerdevhell <devhell@mailfresser.de>2017-10-05 14:43:52 +0100
commit08fa2dad4b4da1727c83424247b8b9d8f1dc815f (patch)
treeb5a388dcc2b4f99a23a781df537748d71484bda3 /machines
parent501568df5d25755b785796dc841e32a6b923f8a9 (diff)
machines/titan: Use networkd
Let's switch to networkd.
Diffstat (limited to 'machines')
-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 07176c9b..87a71b62 100644
--- a/machines/devhell/titan.nix
+++ b/machines/devhell/titan.nix
@@ -49,6 +49,7 @@
   networking.connman.enable = false;
   networking.wicd.enable = false;
   networking.networkmanager.enable = false;
+  networking.useNetworkd.enable = true;
 
   powerManagement.cpuFreqGovernor = "powersave";