mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
system: Use systemd config for phone
Should decrease startup times and prevent shutdowns from hanging.
This commit is contained in:
parent
abc61e5355
commit
26c79b093b
@ -86,7 +86,7 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
systemd = mkIf (!phone) {
|
||||
systemd = {
|
||||
extraConfig = "DefaultTimeoutStopSec=10s";
|
||||
services.NetworkManager-wait-online.enable = false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user