From eeb53599fb7f7a6ae9543f37538d6eef69b5d81c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 11 Oct 2025 21:02:35 +0200 Subject: Bunch of updates: - Fixed not having virt-manager - Added Steam - Removed old ssd mounts on apocalypse - Fixed syncthing service - Probably some spotify stuff --- home-modules/services/syncthing.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'home-modules/services/syncthing.nix') diff --git a/home-modules/services/syncthing.nix b/home-modules/services/syncthing.nix index 06b94a2..b264433 100644 --- a/home-modules/services/syncthing.nix +++ b/home-modules/services/syncthing.nix @@ -1,7 +1,9 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib ,... }: { - services.syncthing = { - enable = true; + config = lib.mkIf config.homeapps.presets.connectivity.enable { + services.syncthing = { + enable = true; + }; }; } -- cgit v1.3.1