1
0

profiles/desktop: Migrate logind option rename

This commit is contained in:
2025-11-21 19:09:22 +01:00
parent bd1716eb23
commit 626834c2a4

View File

@@ -8,7 +8,7 @@ with lib;
boot.resumeDevice = lib.optionalString ((lib.length config.swapDevices) > 0) (lib.head config.swapDevices).device;
services.logind = {
lidSwitch = "suspend-then-hibernate";
settings.Login.HandleLidSwitch = "suspend-then-hibernate";
};
systemd.sleep.extraConfig = ''
HibernateDelaySec=30m