adding storage disk to Kaladin

This commit is contained in:
Chris Cochrun 2022-11-09 12:04:56 -06:00
parent 879c5f7989
commit 3b727bfdd3

View file

@ -34,6 +34,12 @@
options = [ "subvol=@log" "noatime" "ssd" "space_cache" "clear_cache" "compress=zstd" ]; options = [ "subvol=@log" "noatime" "ssd" "space_cache" "clear_cache" "compress=zstd" ];
}; };
fileSystems."/run/media/chris/Storage" =
{ device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb";
fsType = "btrfs";
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
};
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/35A0-C1F1"; { device = "/dev/disk/by-uuid/35A0-C1F1";
fsType = "vfat"; fsType = "vfat";