summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-22 20:37:20 +0200
committerlassulus <lassulus@lassul.us>2017-07-22 20:37:20 +0200
commit0b300dc90e675cb02a50abd88bad66365f5abd93 (patch)
tree9b0fea35506f39577eae6ee28c52912c4ba1bfbb /krebs/2configs/repo-sync.nix
parent4d5e38ba5871bf79bcaf9de838399e01ea982830 (diff)
krebs repo-sync: activate also git
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index 87a8bd82..157a30e6 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/2configs/repo-sync.nix
@@ -65,6 +65,15 @@ in {
krebs.repo-sync = {
enable = true;
};
+ krebs.git = {
+ enable = mkDefault true;
+ cgit = {
+ settings = {
+ root-title = "Shared Repos";
+ root-desc = "keep on krebsing";
+ };
+ };
+ };
imports = [
(sync-retiolum "stockholm")
];