1
0
Fork 0

syncthing preview

This commit is contained in:
Malte Brandy 2021-02-21 03:52:01 +01:00
parent 57cfaedd9f
commit 52ff21789c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 1 additions and 1 deletions

View file

@ -109,7 +109,6 @@ in {
group = "users";
user = "maralorn";
openDefaultPorts = true;
package = pkgs.syncthingNext;
declarative = syncthing.declarativeWith [ "hera" ] "/home/maralorn/media"
// {
cert = pkgs.privatePath "syncthing/apollo/cert.pem";

View file

@ -9,6 +9,7 @@ let
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
syncthing = unstable.syncthing;
vimPlugins = unstable.vimPlugins;
fzf = unstable.fzf;
matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;