Forget it, just focus on one arch.

This commit is contained in:
niten 2021-12-02 17:41:18 -08:00
parent 128fce7c6f
commit c7b01f3ea3
1 changed files with 0 additions and 8 deletions

View File

@ -6,14 +6,6 @@ in {
environment.systemPackages = with pkgs; [ opencv-java ];
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"aarch64-darwin"
"i686-linux"
"x86_64-darwin"
"x86_64-linux"
];
networking = { interfaces = { intif0 = { useDHCP = true; }; }; };
systemd.tmpfiles.rules = [