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";