skipper: add emulatedSystems for aarch64 nixos-rebuilds

This commit is contained in:
Adithya 2024-12-08 16:12:54 +05:30
parent 59af07ec66
commit 8ec661c300
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -14,6 +14,9 @@
wireguard-ip = "10.10.10.2";
};
# required for nixos-rebuild if target-host is of different arch. (even if --build-host is used)
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
console.useXkbConfig = true;
environment.sessionVariables = {