mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Use inherit when applicable
This commit is contained in:
parent
d3a98a31cf
commit
a2cab95647
2 changed files with 5 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ in
|
|||
|
||||
settings = {
|
||||
domain = "${cfg.subdomain}.${config.networking.domain}";
|
||||
port = cfg.port;
|
||||
inherit (cfg) port;
|
||||
protocolUseSSL = true;
|
||||
|
||||
allowAnonymous = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue