8 lines
131 B
Nix
8 lines
131 B
Nix
{
|
|
services = {
|
|
logind = {
|
|
lidSwitch = "suspend-then-hibernate";
|
|
lidSwitchExternalPower = "ignore";
|
|
};
|
|
};
|
|
}
|