No more logind config
This commit is contained in:
parent
f35bb3e43c
commit
c0f72cd01e
1 changed files with 10 additions and 9 deletions
|
@ -56,15 +56,16 @@ in {
|
||||||
# })
|
# })
|
||||||
# .fwupd;
|
# .fwupd;
|
||||||
services.fwupd.extraRemotes = ["lvfs-testing"];
|
services.fwupd.extraRemotes = ["lvfs-testing"];
|
||||||
services.logind = {
|
# NOTE: I'm letting plasma settings handle this I guess?
|
||||||
lidSwitch = "suspend-then-hibernate";
|
# services.logind = {
|
||||||
# HandleLidSwitchDocked=ignore
|
# lidSwitch = "suspend-then-hibernate";
|
||||||
extraConfig = ''
|
# # HandleLidSwitchDocked=ignore
|
||||||
HandlePowerKey=suspend-then-hibernate
|
# extraConfig = ''
|
||||||
IdleActionSec=10m
|
# HandlePowerKey=suspend-then-hibernate
|
||||||
IdleAction=suspend-then-hibernate
|
# IdleActionSec=10m
|
||||||
'';
|
# IdleAction=suspend-then-hibernate
|
||||||
};
|
# '';
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue