mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
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:
parent
9b02b9e1da
commit
caadc265e4
19 changed files with 104 additions and 136 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue