making sure hoid uses the correct subvol
This commit is contained in:
parent
3f57ab51d2
commit
29ea77ff84
|
@ -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" =
|
||||
|
|
Loading…
Reference in a new issue