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).
keep-around/5e7c46a4e96150bf22b674d671362ada79a2247d
stuebinm 2021-05-03 11:51:39 +02:00
parent 03ce987c90
commit e07d23e2ee
No known key found for this signature in database
GPG Key ID: 8FBE8AAD32FA12B7
1 changed files with 3 additions and 0 deletions

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")
];
}