aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis')
-rw-r--r--hosts/arrakis/services.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index ec935bd..759c32b 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -2,7 +2,7 @@
environment.etc."gitconfig".text = ''
[safe]
- directory = /home/nipsy/www/git/nix.git/.git
+ directory = /home/nipsy/www/git/nix/.git
'';
security.acme = {
@@ -15,12 +15,7 @@
"arrakis.bitgnome.net" = {
enable = true;
nginx.location = "/nipsy/git/";
- repos = {
- nix = {
- desc = "a NixOS configuration";
- path = "/home/nipsy/www/git/nix.git";
- };
- };
+ scanPath = "/home/nipsy/www/git";
settings = {
about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh";
branch-sort = "age";