This commit is contained in:
Leon Vita 2022-11-22 19:58:47 +00:00
parent d5dc241f3e
commit 830c9a8f97
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;