add aarch64 emulation on bolty

This commit is contained in:
Cyryl Płotnicki 2022-03-02 11:59:09 +00:00
parent 27c21eacec
commit 8b0b8bca10

View file

@ -18,6 +18,7 @@
openDefaultPorts = true;
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking = {
hostName = "bolty";
useDHCP = false;