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
This commit is contained in:
schweby 2022-01-27 22:53:17 +01:00
parent 8716f2b308
commit 4bf804c025
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

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