diff --git a/nodes/hosts/lappy/system/filesystems.nix b/nodes/hosts/lappy/system/filesystems.nix index 2677dca..576ecdb 100644 --- a/nodes/hosts/lappy/system/filesystems.nix +++ b/nodes/hosts/lappy/system/filesystems.nix @@ -9,7 +9,7 @@ fileSystems."/home" = { device = "/dev/mapper/cryptroot"; fsType = "btrfs"; - options = [ "subvol=nix" "compress=zstd" "noatime" ]; + options = [ "subvol=home" "compress=zstd" "noatime" ]; }; fileSystems."/nix" =