From 80fd74dae541e6903f5f80a86b489eb7c011fdb8 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 28 Aug 2024 08:58:54 +0200 Subject: [PATCH] fix: make api private again --- hosts/default/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 659368c..2854aca 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -388,7 +388,6 @@ "images.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:2283/"; "maintenance.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:5000/"; - "api.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:8000/"; "itepastra.nl" = { forceSSL = true; @@ -428,7 +427,10 @@ acceptTerms = true; defaults.email = "noa@voorwaarts.nl"; certs = { - "noa.voorwaarts.nl".extraDomainNames = [ "images.noa.voorwaarts.nl" "maintenance.noa.voorwaarts.nl" "api.noa.voorwaarts.nl" ]; + "noa.voorwaarts.nl".extraDomainNames = [ + "images.noa.voorwaarts.nl" + "maintenance.noa.voorwaarts.nl" + ]; "itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ]; }; };