diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 19:46:10 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 19:46:10 -0700 |
commit | ff4975c4cdf711b42a2acdf2ec92b2587904e9fb (patch) | |
tree | 75a0559db343e554aaef6470c61e5a0556a90b9f /hosts/arrakis | |
parent | 5a69fa1b199fbeaf5df29fc4520ebae71f16315c (diff) | |
download | nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar.gz nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar.bz2 nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar.lz nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar.xz nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.tar.zst nix-ff4975c4cdf711b42a2acdf2ec92b2587904e9fb.zip |
Second pass at nipsy cgit configuration
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 0040e44..9b1b8d5 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -12,17 +12,16 @@ repos = { nix = { desc = "a NixOS repository"; - path = "/home/nipsy/www/git/nix"; + path = "/home/nipsy/git/nix/nipsy"; }; }; - #settings = { - # about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; - # css = "${pkgs.cgit}/share/cgit/cgit.css"; - # enable-follow-links = true; - # logo = "${pkgs.cgit}/share/cgit/cgit.png"; - # remove-suffix = 1; - # source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; - #}; + settings = { + about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; + css = "${pkgs.cgit}/cgit/cgit.css"; + logo = "${pkgs.cgit}/cgit/cgit.png"; + remove-suffix = 1; + source-filter = "${pkgs.cgit}/lib/cgit/filters/syntax-highlighting.py"; + }; }; }; |