Machines: mount /persist in early boot
This commit is contained in:
parent
d02fae40ad
commit
fb8aa242c3
3 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@persist" "compress=zstd" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
device = "/dev/disk/by-label/Everest";
|
||||
fsType = "btrfs";
|
||||
options = [ "compress=zstd" "subvol=@persist" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ in
|
|||
label = ssdLabel;
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@persist" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
"btrfs_home" = {
|
||||
mountPoint = "/home";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue