mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
7 lines
220 B
Nix
7 lines
220 B
Nix
{
|
|
services.logind = {
|
|
# Note: vanadium's btrfs disk layout has been changed and the swap has been reduced. It will not work with hibernate anymore.
|
|
lidSwitch = "suspend";
|
|
lidSwitchDocked = "ignore";
|
|
};
|
|
}
|