this repo has no description
1
fork

Configure Feed

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

Syncthing proper persist path

Ben C b011e9c5 50d66075

+1 -1
+1 -1
homeModules/sync.nix
··· 6 6 options.cow.sync.enable = lib.mkEnableOption "syncing via SyncThing"; 7 7 8 8 config = lib.mkIf config.cow.sync.enable { 9 - cow.imperm.keepCache = [".config/syncthing"]; 9 + cow.imperm.keepCache = [".local/state/syncthing"]; 10 10 11 11 cow.firewall = { 12 12 tcp = [22000];