Sleep computer after a while

This commit is contained in:
Benson Chu 2024-03-20 11:35:38 -05:00
parent e57b7678a2
commit 46f3666a67

View file

@ -65,6 +65,13 @@
devmon.enable = true;
tumbler.enable = true;
logind = {
extraConfig = ''
IdleAction=hybrid-sleep
IdleActionSec=30min
'';
};
apcupsd = {
enable = true;