diff --git a/hosts/skipper/default.nix b/hosts/skipper/default.nix index 3e1a979..d407cd2 100644 --- a/hosts/skipper/default.nix +++ b/hosts/skipper/default.nix @@ -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 = {