Fix typo for /home device.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user