Removed waydroid, enabled docker socket compat and added self to group, default to shutting phone screen off on rdp disconnect

This commit is contained in:
2025-11-07 15:23:10 -08:00
parent 3f83fc9d57
commit 85e1ecd46a
4 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
{ config, pkgs, ... }:
{
programs.adb.enable = true;
virtualisation.waydroid.enable = true;
}