nix-config/modules/systemd.nix

7 lines
126 B
Nix
Raw Normal View History

2023-06-19 11:13:04 +02:00
{
systemd = {
extraConfig = "DefaultTimeoutStopSec=10s";
services.NetworkManager-wait-online.enable = false;
};
}