diff options
author | sefidel <contact@sefidel.net> | 2024-08-31 16:13:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-31 16:13:53 +0900 |
commit | d4b60cbfb2a0cf7ed64d4f9c39209a4e538d0a76 (patch) | |
tree | f34c1c8480acaebf78d90831b92d399ae2a84f9e /systems/cobalt | |
parent | 20b03d96243a82950332f73c5e44f6a88eb7d7be (diff) | |
download | infra-d4b60cbfb2a0cf7ed64d4f9c39209a4e538d0a76.tar.gz infra-d4b60cbfb2a0cf7ed64d4f9c39209a4e538d0a76.zip |
Diffstat (limited to 'systems/cobalt')
-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 de51b06..bb9c2cc 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -265,7 +265,7 @@ in enable = true; domain = "exotic.sh"; realHost = "git.exotic.sh"; - settings.description = "Out of sync since Y2K"; + settings.description = "Public index for projects hosted at exotic.sh"; }; services.fail2ban.enable = true; services.postgresql.enable = true; |