.files/nix/configurations/vanadium/nixos/battery.nix
Léana 江 caadc265e4 Remove lvm under btrfs (#24)
Reviewed-on: https://codeberg.org/leana8959/.files/pulls/24
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
2025-11-24 05:00:45 +01:00

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";
};
}