summaryrefslogtreecommitdiff
path: root/hosts/ahmed/git.linus.onl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed/git.linus.onl/default.nix')
-rw-r--r--hosts/ahmed/git.linus.onl/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/ahmed/git.linus.onl/default.nix b/hosts/ahmed/git.linus.onl/default.nix
index 6f09c8c..1436eda 100644
--- a/hosts/ahmed/git.linus.onl/default.nix
+++ b/hosts/ahmed/git.linus.onl/default.nix
@@ -55,7 +55,9 @@ in {
services.cgit."git.linus.onl" = {
enable = true;
scanPath = location;
- settings = let package = config.services.cgit."git.linus.onl".package; in {
+ settings = let
+ package = config.services.cgit."git.linus.onl".package;
+ in {
root-title = "Linus' public projects";
root-desc = "hello yes this is the git server";
root-readme = toString ./about.html;