From 29ea77ff84ae39cbc13b34f6a9572f529239129f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 28 Feb 2023 14:58:41 -0600 Subject: [PATCH] making sure hoid uses the correct subvol --- system/hoid/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" =