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:
parent
8716f2b308
commit
4bf804c025
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@
|
||||||
params.keep = "10";
|
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
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue