Fix lithium

This commit is contained in:
Vili Sinervä 2024-08-31 17:25:22 +03:00
parent 5997d80d37
commit fc8d8403e5
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -68,5 +68,5 @@
};
};
logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend";
services.logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend";
}