From 278dff99ed751623c303c7f352a0379390764180 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 26 Oct 2023 13:19:03 +0100 Subject: [PATCH] Re-enable pictures syncing for Ronin --- hosts/Ronin/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index 46089046..07907fc4 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -17,5 +17,4 @@ ''; systemPackages = with pkgs; [ openfortivpn ]; }; - services.syncthing.settings.folders = { "Pictures".enable = false; }; }