devices.surface: fix bluetooth

This commit is contained in:
陈浩南 2024-09-30 00:48:19 +08:00
parent bec274441b
commit 7cc3319c1c

View File

@ -54,7 +54,7 @@ inputs:
waydroid = {};
docker = {};
};
bugs = [ "xmunet" "suspend-hibernate-no-platform" ];
bugs = [ "xmunet" "suspend-hibernate-no-platform" "bluetooth" ];
packages.vasp = null;
};
powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd'';