astora: test adb

This commit is contained in:
L-Nafaryus 2024-12-01 23:06:59 +05:00
parent c061e5a4a8
commit 6e5f40add6
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

View File

@ -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];
} }