diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index c014b40..24d5b24 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -3,6 +3,7 @@ ... }: { + nixpkgs.hostPlatform = "x86_64-linux"; imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];