From 88130055a1606bc497a90bc798b43b3d7b8fa864 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 2 Oct 2018 10:06:42 +0200 Subject: Add syncthing to automatix --- host/automatix.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/host/automatix.nix b/host/automatix.nix index a439bc9..cb75ed1 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -19,7 +19,9 @@ hostName = "automatix"; firewall = { - allowedTCPPorts = [ 22 80 443 ]; + enable = true; + # open Nginx ports, other services open their own ports + allowedTCPPorts = [ 80 443 ]; }; }; @@ -32,5 +34,11 @@ recommendedProxySettings = true; recommendedTlsSettings = true; }; + + syncthing = { + enable = true; + group = "users"; + openDefaultPorts = true; + }; }; } -- cgit v1.2.3