Fix typo for /home device.

This commit is contained in:
jay
2025-07-09 08:23:16 -04:00
parent 3be549af3d
commit ffffb94a6b

View File

@@ -33,7 +33,7 @@
}; };
fileSystems."/home" = fileSystems."/home" =
{ device = "/dev/mapper/cryptroot"; { device = "/dev/mapper/crypthome";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=home" "compress=zstd" "noatime" ]; options = [ "subvol=home" "compress=zstd" "noatime" ];
neededForBoot = true; neededForBoot = true;