summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-15 14:01:20 +0100
committermakefu <github@syntax-fehler.de>2016-02-15 14:01:24 +0100
commit0457cd1bb9072dbed13ad74d41ffccd04d8dac20 (patch)
tree3e8cdd02a40e8d0eacee06fe0a336a77c65ba6e4 /krebs/3modules/default.nix
parente62a0475cd45e30f10d4bce8837b8a776eeb4754 (diff)
k 3 repo-sync: init module, add git dependency
Diffstat (limited to 'krebs/3modules/default.nix')
-rw-r--r--krebs/3modules/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/default.nix b/krebs/3modules/default.nix
index 3d51076c..060b4445 100644
--- a/krebs/3modules/default.nix
+++ b/krebs/3modules/default.nix
@@ -29,6 +29,7 @@ let
./retiolum.nix
./tinc_graphs.nix
./urlwatch.nix
+ ./repo-sync.nix
];
options.krebs = api;
config = mkIf cfg.enable imp;