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/"; + }; }; }; };