This commit is contained in:
sadan 2024-10-02 23:37:49 -04:00
parent 5a8735684d
commit 0f89ab4db6
No known key found for this signature in database
4 changed files with 37 additions and 28 deletions

View file

@ -1,7 +1,16 @@
{ NAME }: { ... }: {
{ NAME }: { pkgs, ... }: {
virtualisation = {
libvirtd = {
enable = true;
qemu = {
ovmf = {
enable = true;
packages = with pkgs; [
OVMF.fd
pkgsCross.aarch64-multiplatform.OVMF.fd
];
};
};
};
};
users = {