diff options
author | Linnnus <[email protected]> | 2024-07-06 22:37:25 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-07-06 22:37:25 +0200 |
commit | a58eb58090932d154ce4e465d186557fe8503873 (patch) | |
tree | de9622d869675a7bac41b303f815aa0dce832265 /hosts/ahmed/git.linus.onl/default.nix | |
parent | 654ebbc4af3285c484df3f2ec7a34646cc18ef36 (diff) |
ahmed: Formatting
Diffstat (limited to 'hosts/ahmed/git.linus.onl/default.nix')
-rw-r--r-- | hosts/ahmed/git.linus.onl/default.nix | 4 |
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; |