This commit is contained in:
Leon Vita 2022-11-22 19:59:33 +00:00
parent 830c9a8f97
commit 1c46b25771
1 changed files with 1 additions and 1 deletions

View File

@ -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;