config: minor changes and fixes

This commit is contained in:
TheGeneralist 2025-10-04 16:57:45 +02:00
parent d8a9db867c
commit 16afcd6838
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 26 additions and 59 deletions

View file

@ -5,7 +5,7 @@ let
ssl = {
forceSSL = true;
quic = true;
useACMEHost = domain;
useACMEHost = acmeDomain;
};
in
{