Add udev rules for android

This commit is contained in:
niten 2024-10-17 06:10:46 -07:00
parent cc8debb111
commit 217444aaf3

View File

@ -111,5 +111,7 @@ in {
mkIf host-cfg.android-dev { members = config.instance.local-admins; };
boot.tmp.useTmpfs = host-cfg.tmp-on-tmpfs;
udev.packages = optional host-cfg.android-dev pkgs.android-udev-rules;
};
}