Forgot hostSystem in the configuration
parent
3341a9bb2d
commit
268ffc58ec
|
@ -3,6 +3,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue