allow x86 emulation on freun-dev
This commit is contained in:
@@ -30,6 +30,7 @@ in
|
|||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
|
||||||
|
|
||||||
networking.hostName = "freun-dev"; # Define your hostname.
|
networking.hostName = "freun-dev"; # Define your hostname.
|
||||||
networking.domain = "freun.dev";
|
networking.domain = "freun.dev";
|
||||||
|
|||||||
@@ -8,7 +8,14 @@
|
|||||||
maxJobs = 8;
|
maxJobs = 8;
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
sshUser = "builder";
|
sshUser = "builder";
|
||||||
system = "aarch64-linux";
|
systems = [
|
||||||
|
"aarch64-linux"
|
||||||
|
];
|
||||||
|
supportedFeatures = [
|
||||||
|
"kvm"
|
||||||
|
"big-parallel"
|
||||||
|
"nixos-test"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user