mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: adds virt-manager and qemu since sometimes vmware isn't enough (and vmware doesn't even work)
This commit is contained in:
parent
2bc69bf6e4
commit
a31d587568
1 changed files with 12 additions and 2 deletions
|
|
@ -1,7 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# Causes issues for now :p
|
||||
virtualisation = {
|
||||
# vmware.host.enable = true;
|
||||
# vmware.host.enable = true; # Causes issues for now :p
|
||||
waydroid.enable = true;
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
# Enable qemu etc
|
||||
environment.systemPackages = with pkgs; [
|
||||
qemu
|
||||
quickemu
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue