{ config, pkgs, inputs, ... }: { users.users.root = { shell = pkgs.bash; openssh.authorizedKeys.keyFiles = [ ../keys/ocean-princess.hetzner ]; }; }