summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/repo-sync/wiki.nix1
1 files changed, 1 insertions, 0 deletions
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";
};