mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware] Don't add support for emulating armv7l CPUs by default
This commit is contained in:
parent
36500ababe
commit
022701a8b4
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
boot.binfmt.emulatedSystems = [
|
|
||||||
"armv7l-linux"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = []
|
environment.systemPackages = []
|
||||||
++ optional (cfg.amd.enable && cfg.nvidia.enable) pkgs.nvtop
|
++ optional (cfg.amd.enable && cfg.nvidia.enable) pkgs.nvtop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue