From eefe939a45aa08172135c2d6ba50959cd4059ba6 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 5 Nov 2019 23:00:12 +0100 Subject: [PATCH] syncthing: add samples to sterni --- configs/sterni/syncthing.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/sterni/syncthing.nix b/configs/sterni/syncthing.nix index 125e3c0..f93f3c2 100644 --- a/configs/sterni/syncthing.nix +++ b/configs/sterni/syncthing.nix @@ -27,6 +27,10 @@ enable = true; path = "/home/palo/.lost-fotos.ct"; }; + samples = { + enable = true; + path = "/home/palo/samples"; + }; smartphone-fotos = { enable = true; path = "/home/palo/smartphone-fotos";