Forgot hostSystem in the configuration

main
kalle 2025-02-04 02:18:58 +01:00
parent 3341a9bb2d
commit 268ffc58ec
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
...
}:
{
nixpkgs.hostPlatform = "x86_64-linux";
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];