Commit c483c40c1246
Changed files (2)
systems
hosts
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";