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