adding kalading drives and phinger-cursors

This commit is contained in:
Chris Cochrun 2023-06-30 16:45:42 -05:00
parent 842bddebef
commit f7c0143e18
3 changed files with 83 additions and 19 deletions

View file

@ -40,12 +40,18 @@
"9b5a1a62-0de6-4e07-a541-634736980d10"
'btrfs))
(type "btrfs")
(options "noatime,ssd,space_cache,clear_cache,compress=zstd"))
(options "ssd,space_cache,clear_cache,compress=zstd"))
(file-system
(mount-point "/home/chris/storage")
(mount-point "/run/media/chris/storage")
(device (uuid
"4c7d4273-7b72-4aa8-8e1c-e281543d06cb"
'btrfs))
(type "btrfs")
(options "space_cache,clear_cache,compress=zstd"))
(file-system
(mount-point "/run/media/chris/backup")
(device (uuid
"4286b9ef-e8ed-49a0-9eec-91b8ee05b2cb"
'ext4))
(type "ext4"))
%base-file-systems)))