parent
df9a370408
commit
82c8cb4b1f
24 changed files with 392 additions and 715 deletions
modules/borgbackup
|
@ -31,7 +31,7 @@ in {
|
|||
default = null;
|
||||
};
|
||||
dumpCommand = mkOption {
|
||||
type = with types; nullOr path;
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
};
|
||||
repo = mkOption {
|
||||
|
@ -104,7 +104,7 @@ in {
|
|||
default = [];
|
||||
};
|
||||
readWritePaths = mkOption {
|
||||
type = with types; listOf path;
|
||||
type = types.listOf types.path;
|
||||
default = [];
|
||||
};
|
||||
privateTmp = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue