quick fix for matrix, should not listen on all

This commit is contained in:
twoneis 2025-02-20 00:25:27 +01:00
parent a2338ad3b8
commit a402f425ce
2 changed files with 5 additions and 11 deletions

View file

@ -36,6 +36,11 @@ in mkIf conf.nginx.enable {
useACMEHost = "chpu.eu";
forceSSL = true;
};
"twoneis.site" = {
serverName = "twoneis.site";
useACMEHost = "twoneis.site";
forceSSL = true;
};
};
};