From 9c1c0d8e761ceb80bce139e865971a5db25da516 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 29 Jun 2023 10:54:22 +0200 Subject: [PATCH] add challenge amandoline website --- systems/LoutreOS/web.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index b2bfa85..0d82934 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -342,6 +342,9 @@ in forceSSL = true; globalRedirect = "amandoline-creations.fr"; }; + "challenge.amandoline-creations.fr" = base { + "/".alias = "/var/www/amandoline-challenge/"; + }; }; };