diff options
| author | tv <tv@krebsco.de> | 2026-04-03 22:21:15 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-04-03 22:21:15 +0200 |
| commit | ab5e87b7381fc0ecdf5cfb391a532a74b6cd5dfb (patch) | |
| tree | 7f99e7bf86b274d1b4963fd0138124a94af7f30b | |
| parent | 6f6db58d33c090aa82fd8ce21463f474c96da964 (diff) | |
repo-sync: enable smart
| -rw-r--r-- | configs/repo-sync/wiki.nix | 1 |
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"; }; |
