diff options
author | sefidel <contact@sefidel.net> | 2023-08-13 01:27:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-13 01:27:22 +0900 |
commit | 6a1630e21fc0b27473596d2a40381f74482ecf36 (patch) | |
tree | cac6e6a2f1d2602c3debdf7d6538078d7d2c8f42 /systems/cobalt/default.nix | |
parent | a0455b502f414166eb5ff7454214872ece8bb2f6 (diff) | |
download | infra-6a1630e21fc0b27473596d2a40381f74482ecf36.tar.gz infra-6a1630e21fc0b27473596d2a40381f74482ecf36.zip |
feat(modules/{cgit,gitolite}): use customized css
Diffstat (limited to 'systems/cobalt/default.nix')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 2bb6fdd..f13e13a 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -247,7 +247,7 @@ in enable = true; domain = "exotic.sh"; realHost = "git.exotic.sh"; - settings.description = "Exotic place."; + settings.description = "Out of sync since Y2K"; }; services.fail2ban.enable = true; services.postgresql.enable = true; |