From 1fcecbb74d0cb5d6c7e45506ef8cc2875f706f7f Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 17 Jan 2024 09:38:29 +0800 Subject: [PATCH] pc: disable waydroid --- devices/pc/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 0640fe37..e85ceee2 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -72,10 +72,8 @@ inputs: packages.packageSet = "workstation"; virtualization = { - waydroid.enable = true; docker.enable = true; kvmHost = { enable = true; gui = true; autoSuspend = [ "win10" "hardconnect" ]; }; - # kvmGuest.enable = true; nspawn = [ "arch" "ubuntu-22.04" "fedora" ]; }; services = @@ -137,7 +135,7 @@ inputs: wireguardIp = "192.168.83.3"; }; }; - bugs = [ "xmunet" "suspend-hibernate-waydroid" "backlight" "amdpstate" ]; + bugs = [ "xmunet" "backlight" "amdpstate" ]; }; services.colord.enable = true; virtualisation.virtualbox.host = { enable = true; enableExtensionPack = true; };