nix-infra/hosts/hydra/configuration.nix

15 lines
195 B
Nix
Raw Normal View History

{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "hydra";
firewall.enable = false;
};
system.stateVersion = "23.05";
}