fix syncthing ID and autoAccept
This commit is contained in:
parent
353d18940f
commit
a4141b5fd4
4 changed files with 7 additions and 3 deletions
|
@ -13,6 +13,10 @@ in
|
|||
type = lib.types.attrsOf (lib.types.submodule {
|
||||
|
||||
options.id = lib.mkOption { type = lib.types.str; };
|
||||
options.autoAcceptFolders = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue