clean extra whitespaces
This commit is contained in:
parent
3541f76be5
commit
18da60451f
|
@ -560,7 +560,7 @@ in
|
|||
If null the decision is left up to borg.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
auto = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
@ -585,7 +585,7 @@ in
|
|||
When using encryption the password / passphrase must be provided in passphraseFile.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
passphraseFile = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
|
|
Loading…
Reference in New Issue