1 2 3 4 5 6 7 8
{ appConfig, lib, ... }: lib.concatMapAttrs (name: attrs: lib.optionalAttrs (attrs ? publicKeyFile) { ${name} = { inherit (attrs) publicKeyFile; }; }) appConfig.users