raito-shared-public-infra/hosts/epyc.nix

16 lines
348 B
Nix

{
imports = [
../modules/ipmi-supermicro.nix
../modules/hardware/supermicro-H12SSL-i.nix
../modules/iperf-server.nix
../modules/hypervisor.nix
];
networking.hostName = "epyc";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
simd.arch = "znver3";
system.stateVersion = "23.05";
}