skipper: add emulatedSystems for aarch64 nixos-rebuilds
This commit is contained in:
parent
59af07ec66
commit
8ec661c300
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
wireguard-ip = "10.10.10.2";
|
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;
|
console.useXkbConfig = true;
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue