nixos/home/sfh: Introduce hass container
Some checks failed
CI / Check, build and cache nixfiles (push) Has been cancelled

This commit is contained in:
2025-03-09 20:02:47 +00:00
parent 8f4b61fc2b
commit a3870a4293
5 changed files with 147 additions and 70 deletions

View File

@@ -188,6 +188,11 @@
hostBDF = "44:00.4";
};
};
qemuFlags = [
"device qemu-xhci,id=xhci"
# Front-right port?
"device usb-host,hostbus=1,hostport=4"
];
};
};
};