From 97eec64e5b301c9b25a31289ef909df2f2eb11e5 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 19 Apr 2026 14:22:05 +0200 Subject: added sunshine and tailscale --- os/srv/syncthing.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'os/srv/syncthing.nix') diff --git a/os/srv/syncthing.nix b/os/srv/syncthing.nix index b350428..2234b88 100644 --- a/os/srv/syncthing.nix +++ b/os/srv/syncthing.nix @@ -58,6 +58,22 @@ in params.keep = "10"; }; }; + + "sync" = { + path = "/home/${username}/sync"; + id = "sync"; + devices = [ + { + name = "oci"; + encryptionPasswordFile = config.sops.secrets."syncthing/encryption/sync".path; + compression = "metadata"; + } + ]; + versioning = { + type = "simple"; + params.keep = "3"; + }; + }; }; }; }; -- cgit v1.3