aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-14 01:42:45 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-14 01:42:45 -0700
commit15c99cacfff3509b31c510937ae48bded1b0432b (patch)
tree9144f088986d52f0e4bdcbadf5d5132126664b7c /hosts
parent403caeba4aa4ac8a54c778eaeb978b90b4cb778b (diff)
downloadnix-15c99cacfff3509b31c510937ae48bded1b0432b.tar
nix-15c99cacfff3509b31c510937ae48bded1b0432b.tar.gz
nix-15c99cacfff3509b31c510937ae48bded1b0432b.tar.bz2
nix-15c99cacfff3509b31c510937ae48bded1b0432b.tar.lz
nix-15c99cacfff3509b31c510937ae48bded1b0432b.tar.xz
nix-15c99cacfff3509b31c510937ae48bded1b0432b.tar.zst
nix-15c99cacfff3509b31c510937ae48bded1b0432b.zip
More nipsy cgit
Diffstat (limited to 'hosts')
-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";