pwntie/europa: set emulatedSystems to include riscv64-linux
This commit is contained in:
parent
f6a30d5134
commit
d3134d84e6
@ -74,7 +74,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
|
||||
boot = {
|
||||
|
@ -15,6 +15,9 @@ in {
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
|
||||
networking = {
|
||||
hostName = "pwntie";
|
||||
networkmanager.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user