aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@arrakis.bitgnome.net>2024-10-14 01:20:30 -0700
committerMark Nipper <nipsy@arrakis.bitgnome.net>2024-10-14 01:20:30 -0700
commit703198a82be10544d6e7b81d18a57d933edb2fe0 (patch)
treefc500bbe3f9c3e26eac26232cb57fd16d5655884 /hosts
parentf6d10311a0f6df4c8a31b118bdfd526ab332da0b (diff)
downloadnix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar.gz
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar.bz2
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar.lz
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar.xz
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.tar.zst
nix-703198a82be10544d6e7b81d18a57d933edb2fe0.zip
More nipsy cgit
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 130ff35..ff8d5b8 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -2,7 +2,7 @@
environment.etc."gitconfig".text = ''
[safe]
- directory = *
+ directory = /home/nipsy/www/git
'';
security.acme = {
@@ -15,7 +15,7 @@
"arrakis.bitgnome.net" = {
enable = true;
nginx.location = "/nipsy/git/";
- scanPath = "/data/home/nipsy/www/git";
+ scanPath = "/home/nipsy/www/git";
settings = {
about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh";
branch-sort = "age";