roles/printserver: apply map on allowedWebClients correctly
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user