about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/fileSystemLayouts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix
index 64ea4616..e4062ffe 100644
--- a/system/fileSystemLayouts/default.nix
+++ b/system/fileSystemLayouts/default.nix
@@ -41,7 +41,7 @@ in {
         device = cfg.mainDisk;
         fsType = "btrfs";
         neededForBoot = true;
-        options = ["subvol=perstitend-storage"] ++ defaultMountOptions;
+        options = ["subvol=persistent-storage"] ++ defaultMountOptions;
       };
       "/boot" = {
         device = cfg.efiDisk;