1 2 3 4 5 6 7
{ lib, ... }: with lib; { users.extraUsers = mapAttrs (_: h: { hashedPassword = h; }) (import <secrets/hashedPasswords.nix>); }