1
0

hosts/krypton: Allow android usb debugging

This commit is contained in:
clerie 2024-08-20 12:29:31 +02:00
parent 7d922716af
commit 0c840c1fdf
Signed by: clerie
GPG Key ID: BD9F56480870BAD2
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
services.udev.packages = [
pkgs.android-udev-rules
];
}

View File

@ -7,6 +7,7 @@
../../configuration/desktop ../../configuration/desktop
./android.nix
./backup.nix ./backup.nix
#./initrd.nix #./initrd.nix
./network.nix ./network.nix