This commit is contained in:
Lyes Saadi 2025-08-02 13:13:38 +01:00
parent 5a7ab0fc05
commit 4fc7c23d7d
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 13 additions and 15 deletions

View file

@ -15,9 +15,7 @@
};
# Reboot Timeout
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
systemd.settings.Manager.DefaultTimeoutStopSec = "10s";
# Swap
zramSwap.enable = true;