From 91446838676fec38ef9ee0cf47ee72e9eedc4213 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 14 Jul 2024 13:19:11 +0200 Subject: [PATCH] feat: accept quiz.slagomdeslotgracht.nl --- hosts/default/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 5d8ed9f..6a3bf39 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -220,13 +220,17 @@ proxy = "http://127.0.0.1:8000/"; }; "sods.noa.voorwaarts.nl" = { - enable = true; + enable = false; proxy = "http://127.0.0.1:2000/"; }; "sods.voorwaarts.nl" = { enable = true; proxy = "http://127.0.0.1:2000/"; }; + "quiz.slagomdeslotgracht.nl" = { + enable = true; + proxy = "http://127.0.0.1:2000/"; + }; }; }; };