Compare commits
1 commit
8a80f673c5
...
92a891c1d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 92a891c1d2 |
1 changed files with 4 additions and 4 deletions
|
|
@ -209,10 +209,10 @@ in {
|
|||
logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchExternalPower = "ignore";
|
||||
extraConfig = ''
|
||||
IdleAction=suspend
|
||||
IdleActionSec=10min
|
||||
'';
|
||||
settings.Login = {
|
||||
IdleAction = "suspend";
|
||||
IdleActionSec = "10min";
|
||||
};
|
||||
};
|
||||
upower.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue