From 3cd0c56caa308ff6b399d074f1fc903d31ece77b Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 2 Jul 2023 14:34:56 +0200 Subject: Fix(system/disks): Typo in snapshots --- system/disks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" = { -- cgit 1.4.1