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