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