nix-infra/hosts/iperf/configuration.nix
2023-11-09 23:10:51 +01:00

15 lines
195 B
Nix

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