diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 21:02:06 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 21:02:06 -0700 |
commit | 6e1bd09f465f48bc9e19aad31d41959ccd4a040f (patch) | |
tree | f7044a6c6a0916a831c328c2b76e38359041548b /hosts/arrakis | |
parent | 66b1064bb4d1b693918c4c550acde96027f55c6c (diff) | |
download | nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar.gz nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar.bz2 nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar.lz nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar.xz nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.tar.zst nix-6e1bd09f465f48bc9e19aad31d41959ccd4a040f.zip |
More nipsy cgit
Diffstat (limited to 'hosts/arrakis')
-rw-r--r-- | hosts/arrakis/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index b134eea..cea4f3a 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -10,7 +10,7 @@ "arrakis.bitgnome.net" = { enable = true; nginx.location = "/nipsy/git/"; - scanPath = "/home/nipsy/www/git"; + scanPath = "/data/home/nipsy/www/git"; settings = { about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; css = "/nipsy/git/cgit.css"; |