Machins/Everest: mount persist subvolume
This commit is contained in:
parent
192b136259
commit
26cc28ba41
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "compress=zstd" "subvol=/" "ro" ];
|
||||
};
|
||||
"/persist" = {
|
||||
device = "/dev/disk/by-label/Everest";
|
||||
fsType = "btrfs";
|
||||
options = [ "compress=zstd" "subvol=@persist" ];
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue