mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
base: drop unnecessary logind extraConfig
This commit is contained in:
parent
eb582c49a0
commit
1074ec9d99
|
@ -63,11 +63,6 @@ self: {lib, ...}: {
|
|||
logind = {
|
||||
powerKey = "suspend";
|
||||
powerKeyLongPress = "poweroff";
|
||||
extraConfig = ''
|
||||
# Don't shutdown when power button is short-pressed
|
||||
HandlePowerKey=suspend
|
||||
HandlePowerKeyLongPress=poweroff
|
||||
'';
|
||||
};
|
||||
|
||||
openssh = {
|
||||
|
|
Loading…
Reference in a new issue