Fix Haless hostname

This commit is contained in:
Sven Slootweg 2019-08-07 14:51:52 +02:00
parent e242e1a509
commit b906daea40

View file

@ -37,7 +37,7 @@ in {
services.nginx = {
enable = true;
virtualHosts = {
"haless-new.cryto.net" = { /* FIXME: hostname */
"haless.cryto.net" = {
locations."/shadow" = {
alias = ./sources/shadow-generator;
};