nix-infra/config/hosts/gameserver-node-1/configuration.nix
2024-11-20 05:46:41 +01:00

14 lines
178 B
Nix

{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "gameserver-node-1";
};
system.stateVersion = "24.05";
}