{ ... }:

{
  users.users.criese-nethinks = {
    isNormalUser = true;
    openssh.authorizedKeys.keys = [
      (builtins.readFile ./ssh.pub)
    ];
  };
}