feat(qemu): add qemu configuration

This commit is contained in:
2025-09-03 11:45:12 +02:00
parent 73ed248c12
commit f3f390aae4
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
imports = [./docker.nix];
imports = [./docker.nix ./qemu.nix];
}