services/syncthing: add Vorstands share

currently the receiveencrypted type is not supported by the nixos module
so we have to set it via the webinterface
keep-around/4bf804c025ad0ca22f9f27d1c784b5c516085372
schweby 2022-01-27 22:53:17 +01:00
parent 8716f2b308
commit 4bf804c025
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@
params.keep = "10";
};
};
"/persist/data/syncthing/hacc_eV_vorstand/" = {
id = "twwt7-fxrsr";
devices = [ "schweby" "conway" "raphael-laptop"];
# type = "receiveencrypted"; # no yet implemented
};
};
overrideFolders = false; # enables workaround for recieveencrypted
};
}