Machines/Everest: mount root subvolume of ssd

This commit is contained in:
Toast 2024-08-23 18:06:12 +02:00
parent cf2a201c7a
commit 5bf5c9f737

View file

@ -37,6 +37,11 @@
fsType = "btrfs";
options = ["compress=zstd" "subvol=/" "ro"];
};
"/mnt/ssd" = {
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
fsType = "btrfs";
options = ["subvol=/" "ro"];
};
"/persist" = {
device = "/dev/disk/by-label/Everest";
fsType = "btrfs";