From bac5f3e9e78dc965ba6e7abe29361a7cb1df6970 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 11 Dec 2023 13:32:34 +0100 Subject: [PATCH] nix(t14): enable+configure syncthing --- nix/hosts/t14/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nix/hosts/t14/configuration.nix b/nix/hosts/t14/configuration.nix index 85bd37b..df038a7 100644 --- a/nix/hosts/t14/configuration.nix +++ b/nix/hosts/t14/configuration.nix @@ -333,6 +333,16 @@ ]; }; + syncthing = { + enable = true; + openDefaultPorts = true; + dataDir = "/home/mko/sync"; + configDir = "/home/mko/.config/syncthing"; + user = "mko"; + group = "mko"; + guiAddress = "127.0.0.1:8384"; + }; + # TS is enabled in the imported module, this is additional config. tailscale = { useRoutingFeatures = "both";