From 830c9a8f97c2fbbd570671cb1b6536a100d131c2 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 22 Nov 2022 19:58:47 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 94956a8f..75c65953 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -198,7 +198,7 @@ networking.wireguard.interfaces = { services.nginx = { enable = true; virtualHosts."bicospacetech.c3d2.de" = { - listen = [{port = 80; }]; + listen = [port = 80 ]; default = true; forceSSL = false; enableACME = true;