From fb11fd9912a0acd11cc5efc33d3e12279bde2f82 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 4 Mar 2015 15:01:10 +0100 Subject: 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 --- common.nix | 1 + 1 file changed, 1 insertion(+) 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; -- cgit 1.4.1