make syncthing folder enable more explicit
This commit is contained in:
parent
a5b2464f3e
commit
57a556de0f
4 changed files with 16 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
|
||||
mkFolderOptions = name: overrides: let
|
||||
opts = {
|
||||
enable = { type = lib.types.bool; default = true; };
|
||||
enable = { type = lib.types.bool; default = false; };
|
||||
path = { type = lib.types.str; default = "~/${name}"; };
|
||||
maxAgeDays = { type = lib.types.int; default = 0; };
|
||||
devices = { type = lib.types.listOf lib.types.str; default = allDevices; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue