nix-infra/hosts/iperf/configuration.nix

15 lines
194 B
Nix

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