leon: fix syntax

This commit is contained in:
Astro 2022-11-21 00:52:28 +01:00
parent 64b3f3cb7a
commit 992d7d0ddf
1 changed files with 3 additions and 3 deletions

View File

@ -219,8 +219,8 @@ networking.wireguard.interfaces = {
#-----------------------------ngin-X--------------------------------
services.nginx = {
listen 8080;
enable = true;
defaultListenAddresses = [ "[0.0.0.0]:8080" ];
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
default = true;
forceSSL = true;
@ -230,7 +230,7 @@ networking.wireguard.interfaces = {
proxyWebsockets = true;
};
};
};
#-----------------------------ngin-X--------------------------------