From 43e60673ffea0b8afdf1ae84c512691617448533 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 4 May 2024 21:06:47 +0200 Subject: [PATCH] remove localhost --- modules/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index 6c529e5..d641cfa 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -53,7 +53,7 @@ in # "server.home" # "server.home.arpa" # "192.168.0.6" - "localhost" + # "localhost" ]; root = pkgs.website; forceSSL = cfg.https;