diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index a439686..9d272e8 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -68,15 +68,14 @@ in "onyx" ]; }; - "/nas/Syncthing/Sync/VPN" = { - label = "OpenVPN"; - id = "OpenVPN"; - devices = lib.attrsets.mapAttrsToList (key: _value: key) config.services.syncthing.settings.devices; - }; "/nas/Syncthing/Sync/WireGuard" = { label = "WireGuard"; id = "WireGuard"; - devices = lib.attrsets.mapAttrsToList (key: _value: key) config.services.syncthing.settings.devices; + # devices = lib.attrsets.mapAttrsToList (key: _value: key) config.services.syncthing.settings.devices; + devices = [ + "s20fe" + "work-laptop" + ]; }; "/nas/photos/mama" = { label = "Camera Mama";