[m] Android dev, cleanup, qemu,...

This commit is contained in:
soraefir
2024-01-19 11:58:52 +01:00
parent 0486df012d
commit 81be322a80
9 changed files with 40 additions and 21 deletions

View File

@ -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 = {