hosts/krypton: Allow android usb debugging
This commit is contained in:
parent
7d922716af
commit
0c840c1fdf
9
hosts/krypton/android.nix
Normal file
9
hosts/krypton/android.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
];
|
||||
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
|
||||
../../configuration/desktop
|
||||
|
||||
./android.nix
|
||||
./backup.nix
|
||||
#./initrd.nix
|
||||
./network.nix
|
||||
|
Loading…
Reference in New Issue
Block a user