nix fmt
All checks were successful
/ check (push) Successful in 2m36s

This commit is contained in:
Oliver Davies 2025-08-11 19:13:02 +01:00
parent 9cb86e3fae
commit 9fb33cbfac

View file

@ -32,7 +32,7 @@
};
systemd.settings.Manager = {
DefaultTimeoutStopSec="10s";
DefaultTimeoutStopSec = "10s";
};
networking.networkmanager.enable = true;