From 4439bcd3a3a2088872accd2c1e9b5f0ae36b6dca Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 12 Jul 2024 09:57:49 +0700 Subject: [PATCH] syncthing: openvpn reenabled to sync with work laptop --- system/services/syncthing.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index 9d272e8..4ed612d 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -68,6 +68,14 @@ in "onyx" ]; }; + "/nas/Syncthing/Sync/VPN" = { + label = "OpenVPN"; + id = "OpenVPN"; + devices = [ + "s20fe" + "work-laptop" + ]; + }; "/nas/Syncthing/Sync/WireGuard" = { label = "WireGuard"; id = "WireGuard";