about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-04 15:01:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-04 15:01:10 +0100
commitfb11fd9912a0acd11cc5efc33d3e12279bde2f82 (patch)
tree67362fa29cd5d5ad61fbdcafa08c030a1c60d11d /common.nix
parent60183e9efbbe16e3c9a12f0f1daca377326e2a75 (diff)
common: Use networkd on all machines.
I prefer networkd over the scripted configuration, because it's able to
properly track the interface states.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 9d0d1cbc..baa65336 100644
--- a/common.nix
+++ b/common.nix
@@ -24,6 +24,7 @@
 
   networking.wireless.enable = false;
   networking.firewall.enable = false;
+  networking.useNetworkd = true;
 
   i18n.consoleKeyMap = "dvorak";
   programs.ssh.startAgent = false;