{ boot.loader.grub.enable = true; services.openssh.enable = true; users.users = { "root".openssh.authorizedKeys.keys = import ../../../identities.nix ++ [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFza3UN1gWQqh//FkJBzmssQ4lxHdllQGfqPHzG4LQI8 benchmark-machine" ]; }; system.stateVersion = "25.05"; }