aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-25 21:28:41 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-25 21:28:41 +0100
commit30aed2257556d7b41b2059dd05db4f2a7ed2bc1c (patch)
tree2f747bfdcc29e5a43d95b926e7be815f89ab3dd2 /hosts
parentfix(modules/back): Remove the `gitPath` from the service name (diff)
downloadnixos-server-30aed2257556d7b41b2059dd05db4f2a7ed2bc1c.zip
fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repo
Diffstat (limited to 'hosts')
-rw-r--r--hosts/by-name/server2/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix
index 6d412fa..07b78c3 100644
--- a/hosts/by-name/server2/configuration.nix
+++ b/hosts/by-name/server2/configuration.nix
@@ -8,7 +8,7 @@
back = {
enable = true;
repositories = {
- "${config.services.gitolite.dataDir}/vhack.eu/nixos-server.git" = {
+ "${config.services.gitolite.dataDir}/repositories/vhack.eu/nixos-server.git" = {
domain = "issues.foss-syndicate.org";
port = 9220;
};