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.
|
If null the decision is left up to borg.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
auto = mkOption {
|
auto = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
@ -585,7 +585,7 @@ in
|
||||||
When using encryption the password / passphrase must be provided in passphraseFile.
|
When using encryption the password / passphrase must be provided in passphraseFile.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
passphraseFile = mkOption {
|
passphraseFile = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Reference in New Issue