From dba1c3044c0e9787197a335a4171cd63046ce2a2 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 11 Sep 2022 12:43:30 +0200 Subject: [PATCH] enable waydroid --- system/default.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/system/default.nix b/system/default.nix index baae0c88..638866f7 100644 --- a/system/default.nix +++ b/system/default.nix @@ -302,13 +302,17 @@ gnome.gnome-online-accounts.enable = true; # Probably Gnome enables this }; - # Docker - virtualisation.docker = { - enable = true; - autoPrune.enable = true; - }; + virtualisation = { + docker = { + enable = true; + autoPrune.enable = true; + }; - virtualisation.libvirtd = { enable = true; }; + libvirtd.enable = true; + + waydroid. enable = true; + lxd.enable = true; + }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions