summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-12-06 16:48:26 +0100
committersils <sils@sils.li>2023-12-06 16:48:26 +0100
commit011713ef9930bcba422838cc37f93aed27e5b659 (patch)
treef243b68338a08e633d225b1084ee17572c481432 /hosts
parentfeat(files): add DNSX-CA.pem (diff)
downloadnix-config-011713ef9930bcba422838cc37f93aed27e5b659.tar.gz
nix-config-011713ef9930bcba422838cc37f93aed27e5b659.zip
feat(treewide): move virtualisation out of hostconfig
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index e212661..06fd052 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -15,8 +15,6 @@
     pulseaudio.enable = false;
   };
 
-  virtualisation.waydroid.enable = false; # Android emulation
-
   security = {
     rtkit.enable = true;
     pam.services.swaylock = {};