fix: readd missing hardware config

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-19 14:35:07 +02:00
parent 5fe2b6de06
commit 2157d267d0
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -32,10 +32,16 @@
{
config,
lib,
modulesPath,
pkgs,
...
}:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
];
boot = {
loader.grub = {
devices = [ "/dev/sda" ];