Skip to content

Commit

Permalink
networkmanager: network-online --wants--> NetworkManager-wait-online
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed May 5, 2019
1 parent d0c509f commit 4588661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/networking/networkmanager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ in {
'';
};

systemd.services.NetworkManager-wait-online = {
wantedBy = [ "network-online.target" ];
};

systemd.services.nm-setup-hostsdirs = mkIf dynamicHostsEnabled {
wantedBy = [ "NetworkManager.service" ];
before = [ "NetworkManager.service" ];
Expand Down

0 comments on commit 4588661

Please sign in to comment.