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"
|
||||
];
|
||||
};
|
||||
logind.lidSwitch = "ignore";
|
||||
logind.settings.Login.HandleLidSwitch = "ignore";
|
||||
pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
|
|
|
|||
|
|
@ -73,9 +73,9 @@
|
|||
};
|
||||
|
||||
# Disable auto handling of power button
|
||||
logind = {
|
||||
powerKey = "ignore";
|
||||
lidSwitch = "hybrid-sleep";
|
||||
logind.settings.Login = {
|
||||
HandlePowerKey = "ignore";
|
||||
HandleLidSwitch = "hybrid-sleep";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue