{ config, pkgs, inputs, ... }: { users.users.hackerncoder = { openssh.authorizedKeys.keyFiles = [ ../keys/ocean-princess.hetzner ]; shell = pkgs.bash; isNormalUser = true; extraGroups = [ "wheel" ]; hashedPassword = "*"; }; }