Re-enable pictures syncing for Ronin

This commit is contained in:
Evie Litherland-Smith 2023-10-26 13:19:03 +01:00
parent 9f19f3a626
commit 278dff99ed

View file

@ -17,5 +17,4 @@
''; '';
systemPackages = with pkgs; [ openfortivpn ]; systemPackages = with pkgs; [ openfortivpn ];
}; };
services.syncthing.settings.folders = { "Pictures".enable = false; };
} }