diff options
author | sils <sils@sils.li> | 2023-11-30 23:08:28 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-30 23:08:28 +0100 |
commit | 7866f2afd4ce0e6c9f9bbfddcc9591bd8ee4451c (patch) | |
tree | f264895a96d6bdb3b17e01de4bf8157e71435051 /hosts | |
parent | fix(hosts/thinklappi-bootstrap): disable waydroid (diff) | |
download | nix-config-7866f2afd4ce0e6c9f9bbfddcc9591bd8ee4451c.tar.gz nix-config-7866f2afd4ce0e6c9f9bbfddcc9591bd8ee4451c.zip |
fix(hosts/thinklappi): disable waydroid
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |