wpa_supplicant service: jobs -> systemd.services
Fixes an occurence of `jobs` usage causing tests to fail to evaluate. thanks @domenkozar
This commit is contained in:
parent
609457458e
commit
391c330042
@ -51,7 +51,7 @@ with lib;
|
|||||||
|
|
||||||
# Enable wpa_supplicant, but don't start it by default.
|
# Enable wpa_supplicant, but don't start it by default.
|
||||||
networking.wireless.enable = mkDefault true;
|
networking.wireless.enable = mkDefault true;
|
||||||
jobs.wpa_supplicant.startOn = mkOverride 50 "";
|
systemd.services.wpa_supplicant.wantedBy = mkOverride 50 [];
|
||||||
|
|
||||||
# Tell the Nix evaluator to garbage collect more aggressively.
|
# Tell the Nix evaluator to garbage collect more aggressively.
|
||||||
# This is desirable in memory-constrained environments that don't
|
# This is desirable in memory-constrained environments that don't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user