add aarch64 emulation on bolty
This commit is contained in:
parent
27c21eacec
commit
8b0b8bca10
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
|
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
|
||||||
};
|
};
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "bolty";
|
hostName = "bolty";
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
|
|
Loading…
Reference in a new issue