From b906daea407caee8c74e674120f00b84a236c2d9 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 7 Aug 2019 14:51:52 +0200 Subject: [PATCH] Fix Haless hostname --- configuration/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/default.nix b/configuration/default.nix index 80740ac..17dea7a 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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; };