build04: remove redundant system

this is already set in the flake
This commit is contained in:
zowoq 2023-09-13 09:34:24 +10:00 committed by Jörg Thalheim
parent 5c7481a3aa
commit 14785fbe80

View file

@ -9,8 +9,6 @@
inputs.self.nixosModules.remote-builder
];
nixpkgs.system = "aarch64-linux";
# disable kvm/nixos-tests
nix.settings.system-features = [ "big-parallel" ];