mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
waydroid
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.me.extraGroups = [ "libvirtd" ];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Enable TPM support for VMs
|
||||
virtualisation.libvirtd.qemu = {
|
||||
# swtpm.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
];
|
||||
virtualisation.waydroid.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user