mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: need attrset in config.lib, fix typo in nftables rule
This commit is contained in:
parent
41df399bb6
commit
21e88619b7
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue