nixos/networking: More fixes

This commit is contained in:
William A. Kennington III
2014-11-29 22:35:03 -08:00
parent 017e6b72c1
commit 7ecb084b77
4 changed files with 42 additions and 11 deletions
+1
View File
@@ -1026,6 +1026,7 @@ in
systemd.services.systemd-networkd = {
wantedBy = [ "multi-user.target" ];
before = [ "network-interfaces.target" ];
restartTriggers = [ config.environment.etc."systemd/network".source ];
};