.files/nix/configurations/vanadium/nixos/battery.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";
};
}