aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";