my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: disable syncthing

willow 0bbd92ac 1fa3e4a8

+1 -1
+1 -1
modules/shared/home/services/syncthing.nix
··· 19 19 20 20 config = lib.mkIf cfg.enable { 21 21 services.syncthing = { 22 - enable = true; 22 + enable = false; 23 23 24 24 settings = { 25 25 inherit devices;