[m] Android dev, cleanup, qemu,...
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
{ lib, config, ... }:
|
||||
{ lib, config, pkgs, ... }:
|
||||
let cfg = config.hostcfg.make.virt;
|
||||
in {
|
||||
config = lib.mkIf cfg {
|
||||
|
||||
environment.systemPackages = [ pkgs.qemu ];
|
||||
virtualisation = {
|
||||
# libvirtd.enable = true;
|
||||
libvirtd.enable = true;
|
||||
# waydroid.enable = true;
|
||||
# lxd.enable = true;
|
||||
docker = {
|
||||
|
Reference in New Issue
Block a user