talos: home: logind settings were renamed
This commit is contained in:
parent
b9cd66b3cd
commit
92a891c1d2
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue