aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-17 15:41:39 +0100
committerMartin Fischer <martin@push-f.com>2026-01-17 15:48:14 +0100
commitc89bd411d42a0223b1da980266378d1a10482211 (patch)
tree34566f3311a0aeb7f257c2f9ef018140cb72a672 /nixos/hosts
parent4bad15cb501730b9385808b2e56a6bee5ba8b891 (diff)
deps: update git-grep-exporter
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/tente/default.nix7
-rw-r--r--nixos/hosts/tente/gitolite.nix2
2 files changed, 3 insertions, 6 deletions
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix
index 065c264..ddeb7ec 100644
--- a/nixos/hosts/tente/default.nix
+++ b/nixos/hosts/tente/default.nix
@@ -248,11 +248,8 @@ in
todo = ''\bTO'' + ''DO\b'';
fixme = ''\bFIX'' + ''ME\b'';
};
- repos = builtins.listToAttrs (map (name: { name = name; value = "${reposDir}/${name}.git"; }) [
- "forester"
- "hosehawk"
- "lotta"
- ]);
+ reposDir = reposDir;
+ onlyExported = true;
};
monitoring = {
diff --git a/nixos/hosts/tente/gitolite.nix b/nixos/hosts/tente/gitolite.nix
index b806154..f2959e5 100644
--- a/nixos/hosts/tente/gitolite.nix
+++ b/nixos/hosts/tente/gitolite.nix
@@ -25,7 +25,7 @@ in
dataDir = cfg.dataDir;
extraGitoliteRc = ''
$RC{UMASK} = 0027;
- $RC{GIT_CONFIG_KEYS} = 'cgit.* gitweb.*';
+ $RC{GIT_CONFIG_KEYS} = 'cgit.* gitweb.* git-grep-exporter.*';
push(@{$RC{ENABLE}}, 'symbolic-ref');