roles/printserver: apply map on allowedWebClients correctly

This commit is contained in:
2025-08-07 22:07:59 -07:00
parent f60b86bd55
commit 374ff3a4bf

View File

@@ -40,7 +40,7 @@ in
config =
let
prepended = map (client: "ServerAlias ${client}" config.allowedWebClients);
prepended = map(client: "ServerAlias ${client}") cfg.allowedWebClients;
joined = concatStringsSep "\n" prepended;
in
mkIf cfg.enable {