From 852d0c107b0b9115851f7a792d22446774cacced Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 19 Oct 2024 12:27:56 +0200 Subject: [PATCH] chore: get rid of the deadlock factory Signed-off-by: Raito Bezarius --- hosts/epyc.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/hosts/epyc.nix b/hosts/epyc.nix index 70dc3e4..16e19dd 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -43,19 +43,7 @@ in ''; networking.firewall.allowedTCPPorts = [ 5432 ]; - nix.buildMachines = [ - { - hostName = "localhost"; - systems = [ - "x86_64-linux" - "riscv64-linux" - ]; - supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ] ++ gcc-system-features "znver3"; - maxJobs = 2; - } - ]; - - boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" "riscv64-linux" ]; + boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" ]; simd.arch = "znver3"; system.stateVersion = "23.05";