astora: test adb
This commit is contained in:
parent
c061e5a4a8
commit
6e5f40add6
@ -13,7 +13,7 @@ in {
|
|||||||
users.users.l-nafaryus = {
|
users.users.l-nafaryus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "L-Nafaryus";
|
description = "L-Nafaryus";
|
||||||
extraGroups = ["networkmanager" "wheel" "audio" "libvirtd" "input" "video" "disk" "wireshark"];
|
extraGroups = ["networkmanager" "wheel" "audio" "libvirtd" "input" "video" "disk" "wireshark" "adbusers"];
|
||||||
group = "users";
|
group = "users";
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
initialPassword = "nixos";
|
initialPassword = "nixos";
|
||||||
@ -394,7 +394,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
#services.spoofdpi.enable = true;
|
services.spoofdpi.enable = true;
|
||||||
|
|
||||||
#services.zapret = {
|
#services.zapret = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
@ -458,4 +458,8 @@ in {
|
|||||||
hostKeyAlgorithms = ["ssh-ed25519" "ssh-rsa"];
|
hostKeyAlgorithms = ["ssh-ed25519" "ssh-rsa"];
|
||||||
startAgent = true;
|
startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
|
services.udev.packages = [pkgs.android-udev-rules];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user