diff --git a/system/hoid/hardware-configuration.nix b/system/hoid/hardware-configuration.nix index f9f7ffb..0ef0288 100644 --- a/system/hoid/hardware-configuration.nix +++ b/system/hoid/hardware-configuration.nix @@ -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" =