Compare commits

...

1 commit

Author SHA1 Message Date
92a891c1d2 talos: home: logind settings were renamed 2025-11-26 15:22:58 +01:00

View file

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