Correct /home subvolume name.

This commit is contained in:
jay
2025-07-07 12:17:43 +00:00
parent b00ca89f1b
commit 92c62291f2

View File

@@ -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" =