diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:30:06 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:30:06 -0400 |
| commit | 4bf569b7c6b054cad7cb76b6a0697da742bb7818 (patch) | |
| tree | d670e2eb1bca87e58e7d8f3d96c927d13b265967 /hosts | |
| parent | add homelab pubkey to authorized keyfiles (diff) | |
| download | nixos-4bf569b7c6b054cad7cb76b6a0697da742bb7818.tar.gz nixos-4bf569b7c6b054cad7cb76b6a0697da742bb7818.tar.bz2 nixos-4bf569b7c6b054cad7cb76b6a0697da742bb7818.zip | |
change project root for gitweb to /repos
Diffstat (limited to '')
| -rw-r--r-- | hosts/icon/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index a76c95b..1edaaac 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -73,7 +73,7 @@ }; services.gitweb = { - projectroot = "/srv/git"; + projectroot = "/srv/git/repos"; extraConfig = '' $site_name = "Skullheadx\'s Git Forge"; $omit_owner = 1; |
