From 096cf148c9741d6211e7e003d54d8f7dbe2718ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Mon, 21 Jul 2025 09:02:01 +0200 Subject: [PATCH] Formatting --- dev_system.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index c0c0951..58e066b 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -75,10 +75,12 @@ in nginx = { enable = true; - virtualHosts."88.99.218.181" = { - forceSSL = true; - enableACME = true; - locations."/".proxyPass = "http://localhost:28080"; + virtualHosts = { + "88.99.218.181" = { + forceSSL = true; + enableACME = true; + locations."/".proxyPass = "http://localhost:28080"; + }; }; }; };