nomic: don't suspend on lid switch et al.
This commit is contained in:
parent
abfa54f901
commit
1237750c55
|
@ -81,6 +81,13 @@ in
|
|||
wireless.enable = true;
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
HandleHibernateKey=ignore
|
||||
HandleLidSwitch=ignore
|
||||
HandlePowerKey=ignore
|
||||
HandleSuspendKey=ignore
|
||||
'';
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
hostKeys = [
|
||||
|
|
Loading…
Reference in a new issue