0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/networking: More fixes

This commit is contained in:
William A. Kennington III 2014-11-29 22:34:50 -08:00
parent 017e6b72c1
commit 7ecb084b77
4 changed files with 42 additions and 11 deletions

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 ];
};