1
0
Fork 0

Fix syncthing

This commit is contained in:
Malte Brandy 2021-01-06 01:52:29 +01:00
parent d121623a3d
commit f7235acd83
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 6 additions and 1 deletions

View file

@ -85,6 +85,7 @@ 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

@ -5,4 +5,8 @@ let
rev = "e37cd38effca0310cfe4d27583102175b4a456c9";
ref = "laminar";
}) { };
in { laminar = laminarPkgs.laminar; }
unstable = import super.sources.nixos-unstable { };
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
}