From 4bf804c025ad0ca22f9f27d1c784b5c516085372 Mon Sep 17 00:00:00 2001 From: schweby Date: Thu, 27 Jan 2022 22:53:17 +0100 Subject: [PATCH] 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 --- services/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/syncthing.nix b/services/syncthing.nix index c10c65e..3eff7a7 100644 --- a/services/syncthing.nix +++ b/services/syncthing.nix @@ -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 }; }