diff options
author | lassulus <lassulus@lassul.us> | 2017-07-22 20:37:20 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-22 20:37:20 +0200 |
commit | 0b300dc90e675cb02a50abd88bad66365f5abd93 (patch) | |
tree | 9b0fea35506f39577eae6ee28c52912c4ba1bfbb /krebs/2configs/repo-sync.nix | |
parent | 4d5e38ba5871bf79bcaf9de838399e01ea982830 (diff) |
krebs repo-sync: activate also git
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r-- | krebs/2configs/repo-sync.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix index 87a8bd827..157a30e69 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") ]; |