talos: home: logind settings were renamed

This commit is contained in:
Antoine Martin 2025-11-26 12:38:56 +01:00
parent b9cd66b3cd
commit 1c2c27136d

View file

@ -209,10 +209,10 @@ in {
logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "ignore";
extraConfig = ''
IdleAction=suspend
IdleActionSec=10min
'';
settings.Login = {
IdleAction="suspend";
IdleActionSec="10min";
};
};
upower.enable = true;
};