mirror of
https://github.com/iesfdlr/lab.git
synced 2026-06-06 01:16:49 +00:00
fix: last config used old syntax
This commit is contained in:
@@ -70,10 +70,10 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
IdleAction=poweroff
|
||||
IdleActionSec=30min
|
||||
'';
|
||||
services.logind.settings.Login = {
|
||||
IdleAction = "poweroff";
|
||||
IdleActionSec = "30min";
|
||||
};
|
||||
|
||||
services.pipewire.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user