From 7866f2afd4ce0e6c9f9bbfddcc9591bd8ee4451c Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 30 Nov 2023 23:08:28 +0100 Subject: fix(hosts/thinklappi): disable waydroid --- hosts/thinklappi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index 71f03fa..e212661 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -15,7 +15,7 @@ pulseaudio.enable = false; }; - virtualisation.waydroid.enable = true; # Android emulation + virtualisation.waydroid.enable = false; # Android emulation security = { rtkit.enable = true; -- cgit 1.4.1