mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-07 23:53:46 +01:00
fix warnings etc
This commit is contained in:
@@ -425,10 +425,10 @@ in
|
||||
|
||||
# Power button invokes suspend, not shutdown.
|
||||
|
||||
services.logind = {
|
||||
services.logind.settings.Login = {
|
||||
# extraConfig = "HandlePowerKey=hibernate";
|
||||
lidSwitch = "hybrid-sleep";
|
||||
powerKey = "hibernate";
|
||||
HandleLidSwitch = "hybrid-sleep";
|
||||
HandlePowerKey = "hibernate";
|
||||
};
|
||||
|
||||
# video acceleration
|
||||
|
||||
Reference in New Issue
Block a user