diff --git a/nodes/hosts/nixy/system/filesystems.nix b/nodes/hosts/nixy/system/filesystems.nix index 31b4717..bf26176 100644 --- a/nodes/hosts/nixy/system/filesystems.nix +++ b/nodes/hosts/nixy/system/filesystems.nix @@ -33,7 +33,7 @@ }; fileSystems."/home" = - { device = "/dev/mapper/cryptroot"; + { device = "/dev/mapper/crypthome"; fsType = "btrfs"; options = [ "subvol=home" "compress=zstd" "noatime" ]; neededForBoot = true;