commit c483c40c1246a3e26b25494399e4fe5585fd8703
parent 3815bf434788044c75f6c2b57bc6ce23b0d9d53f
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 14 Dec 2020 16:25:50 +0100
systems: add binfmt 🙃
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix
@@ -58,6 +58,7 @@ in
extraModprobeConfig = ''
options v4l2loopback exclusive_caps=1
'';
+ binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
};
services.hardware.bolt.enable = true;
diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix
@@ -44,6 +44,8 @@ in
};
};
*/
+ boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
+
fileSystems."/" = {
device = "/dev/disk/by-uuid/6590b73d-72a4-4356-94b1-f56ac45c976d";
fsType = "ext4";