summaryrefslogtreecommitdiffstats
path: root/krebs/3modules
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-04-03 21:44:25 +0200
committertv <tv@krebsco.de>2026-04-03 21:51:26 +0200
commit22b2cc71598bd567a59748fb8990176489f53ed4 (patch)
tree7007986172be8265020a2b1745c58a0dbeacd6cf /krebs/3modules
parent095d45d1a520ff905ae9695edab330338808efad (diff)
repo-sync: 0.2.7 -> 1.0.0
Diffstat (limited to 'krebs/3modules')
-rw-r--r--krebs/3modules/repo-sync.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/repo-sync.nix b/krebs/3modules/repo-sync.nix
index 7b2be4057..62d99e160 100644
--- a/krebs/3modules/repo-sync.nix
+++ b/krebs/3modules/repo-sync.nix
@@ -17,6 +17,7 @@ let
branches = mkOption {
type = types.attrsOf (types.submodule ({ config, ... }: {
options = {
+ smart = mkEnableOption "smart sync behavior";
origin = mkOption {
type = types.source-types.git;
};