fix(odin,sif): logind configuration warning
This commit is contained in:
parent
a31a45ff27
commit
b0e7cdf488
2 changed files with 4 additions and 4 deletions
|
|
@ -450,7 +450,7 @@ in
|
||||||
"zoneminder"
|
"zoneminder"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
logind.lidSwitch = "ignore";
|
logind.settings.Login.HandleLidSwitch = "ignore";
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -73,9 +73,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable auto handling of power button
|
# Disable auto handling of power button
|
||||||
logind = {
|
logind.settings.Login = {
|
||||||
powerKey = "ignore";
|
HandlePowerKey = "ignore";
|
||||||
lidSwitch = "hybrid-sleep";
|
HandleLidSwitch = "hybrid-sleep";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue