base: drop unnecessary logind extraConfig

This commit is contained in:
Aly Raffauf 2024-08-02 20:02:38 -04:00
parent eb582c49a0
commit 1074ec9d99

View file

@ -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 = {