Commit c483c40c1246

Vincent Demeester <vincent@sbr.pm>
2020-12-14 16:25:50
systems: add binfmt ๐Ÿ™ƒ
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3815bf4
Changed files (2)
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;
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";