hetzner_benchmark: include more personal configurations

This commit is contained in:
Primrose 2025-11-08 12:22:55 +08:00
parent 8f2ed1b1e4
commit 10d4376834
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 202 additions and 18 deletions

View file

@ -0,0 +1,13 @@
{
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";
}