Add binfmt

This commit is contained in:
muon 2025-10-20 12:02:16 +00:00
parent 4f9bc4f02d
commit 8f712e3ef7

View file

@ -36,8 +36,14 @@ in {
pkgs.libpq pkgs.libpq
pkgs.qmk pkgs.qmk
pkgs.jq pkgs.jq
pkgs.wireguard-tools
]; ];
boot.binfmt = {
emulatedSystems = ["aarch64-linux"];
preferStaticEmulators = true; # Make it work with Docker
};
# System # System
mods.user.name = "muon"; mods.user.name = "muon";
networking.hostName = "murk"; networking.hostName = "murk";