Machines/Everest: mount root subvolume of ssd
This commit is contained in:
parent
cf2a201c7a
commit
5bf5c9f737
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue