Add qemu and qemu-nc NixOS configurations

This commit is contained in:
2024-01-24 12:50:41 +01:00
parent d3f97dac58
commit 5b8a51fb19
3 changed files with 29 additions and 24 deletions

View File

@@ -5,6 +5,10 @@
"${modulesPath}/profiles/base.nix"
];
nixpkgs.crossSystem = {
system = "riscv64-linux";
};
networking.hostName = "nixos-riscv";
nixpkgs.overlays = [ (import ./overlay.nix) ];