fix syncthing ID and autoAccept

This commit is contained in:
willifan 2025-01-01 17:16:28 +01:00
parent 353d18940f
commit a4141b5fd4
4 changed files with 7 additions and 3 deletions

View file

@ -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;
};
});
};