Fix typo in backup.nix
This commit is contained in:
parent
8f2ff7db03
commit
37e54e8add
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user