Fix typo for /home device.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
};
|
||||
|
||||
fileSystems."/home" =
|
||||
{ device = "/dev/mapper/cryptroot";
|
||||
{ device = "/dev/mapper/crypthome";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=home" "compress=zstd" "noatime" ];
|
||||
neededForBoot = true;
|
||||
|
||||
Reference in New Issue
Block a user