making sure hoid uses the correct subvol

This commit is contained in:
Chris Cochrun 2023-02-28 14:58:41 -06:00
parent 3f57ab51d2
commit 29ea77ff84

View file

@ -21,7 +21,7 @@
fileSystems."/storage" =
{ device = "/dev/disk/by-label/storage";
fsType = "btrfs";
options = [ "noatime" "nodiratime" "compress=zstd" ];
options = [ "subvol=@" "noatime" "nodiratime" "compress=zstd" ];
};
fileSystems."/boot/efi" =