shortcutdomains: more shortcuts

tbh, I'm not entirely sure about these — if we have single-letter
domains only, we'll run into trouble pretty quickly (e.g. with
mattermost/mumble). I've kept it limited to only *.infra4future.de,
where that is less of a problem (for now).
This commit is contained in:
stuebinm 2021-05-03 11:51:39 +02:00
parent 8d50f0688e
commit 3d616bfdac
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7

View file

@ -15,5 +15,8 @@ in
services.nginx.virtualHosts = lib.listToAttrs [
(short "d" "discuss.infra4future.de")
(short "m" "mattermost.infra4future.de")
(short "c" "cloud.infra4future.de")
(short "s" "survey.infra4future.de")
(short "g" "gitlab.infra4future.de")
];
}