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