From ab5e87b7381fc0ecdf5cfb391a532a74b6cd5dfb Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 3 Apr 2026 22:21:15 +0200 Subject: repo-sync: enable smart --- configs/repo-sync/wiki.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/repo-sync/wiki.nix b/configs/repo-sync/wiki.nix index 94f7e80..01e03f0 100644 --- a/configs/repo-sync/wiki.nix +++ b/configs/repo-sync/wiki.nix @@ -1,6 +1,7 @@ { config, lib, mylib, pkgs, ... }: { krebs.repo-sync.enable = true; krebs.repo-sync.repos.wiki.branches.hotdog = { + smart = true; origin.url = "http://cgit.hotdog.r/wiki"; mirror.url = "git@${config.krebs.build.host.name}.r:wiki"; }; -- cgit v1.2.3