about summary refs log tree commit diff stats
path: root/system/disks/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/disks/default.nix')
-rw-r--r--system/disks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix
index 7e915012..3e4abefe 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -67,7 +67,7 @@ in {
                         mountOptions = defaultMountOptions;
                       };
                       "persistent-storage@snapshots" = {
-                        mountpoint = "/srv/.snaphots"; # TODO does this work?
+                        mountpoint = "/srv/.snapshots"; # TODO does this work?
                         mountOptions = defaultMountOptions;
                       };
                       "swap" = {