allow x86 emulation on freun-dev

This commit is contained in:
Joakim Repomaa
2026-03-07 13:21:47 +02:00
parent efe6863358
commit 76b7065493
2 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ in
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
networking.hostName = "freun-dev"; # Define your hostname.
networking.domain = "freun.dev";

View File

@@ -8,7 +8,14 @@
maxJobs = 8;
protocol = "ssh";
sshUser = "builder";
system = "aarch64-linux";
systems = [
"aarch64-linux"
];
supportedFeatures = [
"kvm"
"big-parallel"
"nixos-test"
];
}
];
settings = {