Forget it, just focus on one arch.
This commit is contained in:
parent
128fce7c6f
commit
c7b01f3ea3
|
@ -6,14 +6,6 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ opencv-java ];
|
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; }; }; };
|
networking = { interfaces = { intif0 = { useDHCP = true; }; }; };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Reference in New Issue