From 922466cb38d8b02e4e91f33714234d5f45a8fab3 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 7 Aug 2023 22:07:15 +0700 Subject: [PATCH] hosts/hyacinth: disable waydroid --- hosts/hyacinth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index 2ca6ebe..60f8335 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -45,7 +45,7 @@ }; virtualisation = { lxd.enable = true; - waydroid.enable = true; + #waydroid.enable = true; spiceUSBRedirection.enable = true; libvirtd = { enable = true;