refactor: replace deprecated no-op options with mkRemovedOptionModule

This commit is contained in:
müde 2026-07-13 21:58:30 +02:00
commit 7ad2bb9211
8 changed files with 85 additions and 189 deletions

View file

@ -23,8 +23,7 @@ let
defaultRootUrl =
if cfg.behindGateway then
let
portSuffix =
if gatewayCfg.httpsPort == 443 then "" else ":${toString gatewayCfg.httpsPort}";
portSuffix = if gatewayCfg.httpsPort == 443 then "" else ":${toString gatewayCfg.httpsPort}";
in
"https://${cfg.domain}${portSuffix}/"
else