Use inherit when applicable

This commit is contained in:
SebastianStork 2025-04-11 10:50:24 +02:00
parent d3a98a31cf
commit a2cab95647
2 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ in
settings = {
domain = "${cfg.subdomain}.${config.networking.domain}";
port = cfg.port;
inherit (cfg) port;
protocolUseSSL = true;
allowAnonymous = false;