We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289a4c6 commit 391398aCopy full SHA for 391398a
nixos/modules/services/networking/netclient.nix
@@ -18,6 +18,7 @@ in
18
config = lib.mkIf cfg.enable {
19
environment.systemPackages = [ cfg.package ];
20
systemd.services.netclient = {
21
+ wants = [ "network-online.target" ];
22
wantedBy = [ "multi-user.target" ];
23
after = [ "network-online.target" ];
24
description = "Netclient Daemon";
0 commit comments