From 5b41bcb5d07d32f0488c6ee93c4b74281baea678 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Wed, 26 Jul 2023 00:27:06 -0600 Subject: [PATCH] Fix whitespace --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0cb73e1..dbd5221 100644 --- a/flake.nix +++ b/flake.nix @@ -72,11 +72,11 @@ enableACME = true; }; - services.nginx.virtualHosts."phantomthieves.net" = { + services.nginx.virtualHosts."phantomthieves.net" = { locations."/" = { proxyPass = "http://necronomicon.tempest.local:4000"; }; - forceSSL = true; - enableACME = true; - }; + forceSSL = true; + enableACME = true; + }; }) ]; };