Machines/Everest: mount root subvolume

This commit is contained in:
Toast 2024-02-19 23:05:15 +01:00
parent 50bb1a9ba0
commit 192b136259

View file

@ -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" =