config | enable cross-compile on fred

This commit is contained in:
Don Harper 2024-10-04 06:52:19 -05:00
parent 277a853339
commit 1c8ccfb342

View file

@ -15,4 +15,5 @@
./podman.nix
];
networking.hostName = "fred";
boot.binfmt.emulatedSystems = ["aarch64-linux"];
}