Compare commits

..

2 Commits

Author SHA1 Message Date
Raphaël Numbus 384f8cf1ce Fix indentation on multiple services. 2026-02-28 15:11:52 +01:00
Raphaël Numbus d753c34e37 Remove empty space when no domain. 2026-02-28 15:10:02 +01:00
3 changed files with 7 additions and 10 deletions
-3
View File
@@ -54,10 +54,7 @@ helper.mkPodmanService {
${lib.concatStringsSep "" (lib.mapAttrsToList (name: service:
if builtins.isAttrs service && service ? enable && service.enable && service ? subdomain then
" ${config.numbus.networking.ipAddress} ${service.subdomain}.${config.numbus.services.domain}\n"
else
""
) config.numbus.services)}
FTLCONF_dns_listeningMode: "BIND"
FTLCONF_dns_domain_name: "${config.numbus.services.domain}"
FTLCONF_dns_domain_local: "true"