system: Use systemd config for phone

Should decrease startup times and prevent shutdowns from hanging.
This commit is contained in:
Donovan Glover 2024-06-23 13:51:21 -04:00
parent abc61e5355
commit 26c79b093b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -86,7 +86,7 @@ in
];
};
systemd = mkIf (!phone) {
systemd = {
extraConfig = "DefaultTimeoutStopSec=10s";
services.NetworkManager-wait-online.enable = false;
};