fix: need attrset in config.lib, fix typo in nftables rule

This commit is contained in:
oddlama 2023-05-27 02:28:20 +02:00
parent 41df399bb6
commit 21e88619b7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ in {
};
virtualHosts.${auth.domain} = {
forceSSL = true;
useACMEHost = config.lib.matchingWildcardCert auth.domain;
useACMEHost = config.lib.extra.matchingWildcardCert auth.domain;
locations."/".proxyPass = "https://kanidm";
# Allow using self-signed certs to satisfy kanidm's requirement
# for TLS connections. (This is over wireguard anyway)