Fix type for password-file
This commit is contained in:
parent
5674e35d2d
commit
80e9cd487a
@ -34,7 +34,7 @@ in
|
|||||||
description = "Schedule for backups. Needs to be valid systemd OnCalendar value.";
|
description = "Schedule for backups. Needs to be valid systemd OnCalendar value.";
|
||||||
};
|
};
|
||||||
password-file = lib.mkOption {
|
password-file = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.nullOr lib.types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = "File containing the restic password.";
|
description = "File containing the restic password.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user