From 3f14a7023563a6c7f13345dc8fe76b36b49390c0 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 14 Sep 2025 13:50:31 +0200 Subject: [PATCH] rename geenit.nl -> qq.geenit.nl --- hosts/nuos/configuration.nix | 2 +- hosts/nuos/nginx.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 7694e5f..ae271eb 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -411,7 +411,7 @@ ]; }) (lib.mkIf (import ./toggles.nix).enableQubitQuilt { - "geenit.nl" = { }; + "qq.geenit.nl" = { }; }) ]; diff --git a/hosts/nuos/nginx.nix b/hosts/nuos/nginx.nix index 803d061..e17f36a 100644 --- a/hosts/nuos/nginx.nix +++ b/hosts/nuos/nginx.nix @@ -77,7 +77,7 @@ in "flurry.itepastra.nl" = proxy "itepastra.nl" "http://127.0.0.1:3000"; }) (lib.mkIf (import ./toggles.nix).enableQubitQuilt { - "geenit.nl" = { + "qq.geenit.nl" = { forceSSL = true; enableACME = true; extraConfig = extra;