mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
things
This commit is contained in:
parent
5a8735684d
commit
0f89ab4db6
4 changed files with 37 additions and 28 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue