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