From 37e54e8adda4995e556cdd080e7e70e38df547a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 22:03:51 +0200 Subject: [PATCH] Fix typo in backup.nix --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index 12c1476..72b4087 100644 --- a/backup.nix +++ b/backup.nix @@ -35,7 +35,7 @@ in }; password-file = lib.mkOption { type = lib.types.str; - defaullt = null; + default = null; description = "File containing the restic password."; }; randomized-delay = lib.mkOption {