From 3649c233b73d03370779a8f58c6613a412979e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Aug 2022 10:13:19 +0200 Subject: Improve devices and few more machines --- nixos/machine/spt-omnia.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'nixos/machine/spt-omnia.nix') diff --git a/nixos/machine/spt-omnia.nix b/nixos/machine/spt-omnia.nix index 21bfeb6..4cb80c4 100644 --- a/nixos/machine/spt-omnia.nix +++ b/nixos/machine/spt-omnia.nix @@ -5,6 +5,23 @@ with lib; { config = { + cynerd = { + openvpn.oldpersonal = true; + }; + + services.syncthing = { + enable = true; + #user = mkDefault "cynerd"; + #group = mkDefault "cynerd"; + openDefaultPorts = true; + + overrideDevices = false; + overrideFolders = false; + + dataDir = "/data"; + configDir = "/srv/syncthing"; + }; + }; } -- cgit v1.2.3