Skip to content

Commit 2e72b32

Browse files
vm(shared): emulate x86_64-linux
1 parent 64e1e29 commit 2e72b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/vm/shared.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
package = pkgs.docker_27;
7373
};
7474
users.extraGroups.docker.members = [ args.user ];
75-
# boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
75+
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
7676

7777
# Default system packages.
7878
environment.systemPackages = with pkgs; [

0 commit comments

Comments
 (0)