updates to make kaladin a substitute server

This helps me to use it's much faster processer to build packages like
firefox and then install them in syl.
This commit is contained in:
Chris Cochrun 2023-06-28 11:30:36 -05:00
parent 482c123e21
commit ac0230236a
5 changed files with 40 additions and 24 deletions

View file

@ -43,4 +43,13 @@
(device (uuid
"9b5a1a62-0de6-4e07-a541-634736980d10"
'btrfs))
(type "btrfs")) %base-file-systems)))
(type "btrfs")
(options "noatime,ssd,space_cache,clear_cache,compress=zstd"))
(file-system
(mount-point "/home/chris/storage")
(device (uuid
"4c7d4273-7b72-4aa8-8e1c-e281543d06cb"
'btrfs))
(type "btrfs")
(options "space_cache,clear_cache,compress=zstd"))
%base-file-systems)))