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

@ -145,9 +145,10 @@ background_update = True
#* Custom cpu model name, empty string to disable.
custom_cpu_name = ""
# TODO: maybe move this to vanadium because it's host based
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
disks_filter = "exclude=/btrfs-root /nix /home /boot"
disks_filter = "exclude=/nix /home /boot /.swapvol"
#* Show graphs instead of meters for memory values.
mem_graphs = True