[Hardware] Don't add support for emulating armv7l CPUs by default

This commit is contained in:
Antoine Viallon 2023-03-31 21:15:32 +02:00
parent 36500ababe
commit 022701a8b4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -15,9 +15,6 @@ in
];
config = {
boot.binfmt.emulatedSystems = [
"armv7l-linux"
];
environment.systemPackages = []
++ optional (cfg.amd.enable && cfg.nvidia.enable) pkgs.nvtop