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>
This commit is contained in:
Primrose 2025-11-24 05:00:45 +01:00 committed by Léana
parent 9b02b9e1da
commit caadc265e4
19 changed files with 104 additions and 136 deletions

View file

@ -1,11 +1,7 @@
{
systemd.sleep.extraConfig = ''
HibernateDelaySec=1d
'';
services.logind = {
powerKey = "hibernate";
lidSwitch = "suspend-then-hibernate";
# 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";
};
}