Fix typo in backup.nix

This commit is contained in:
Torjus Håkestad 2024-06-02 22:03:51 +02:00
parent 8f2ff7db03
commit 37e54e8add

View File

@ -35,7 +35,7 @@ in
}; };
password-file = lib.mkOption { password-file = lib.mkOption {
type = lib.types.str; type = lib.types.str;
defaullt = null; default = null;
description = "File containing the restic password."; description = "File containing the restic password.";
}; };
randomized-delay = lib.mkOption { randomized-delay = lib.mkOption {