installed proxmark tools

This commit is contained in:
Leyla Becker 2024-10-26 13:16:14 -05:00
parent 77e3d687d4
commit f132f44b96
6 changed files with 22 additions and 4 deletions

View file

@ -27,7 +27,7 @@ in {
then {
isNormalUser = true;
extraGroups = (
["networkmanager" "wheel"]
["networkmanager" "wheel" "dialout"]
++ lib.lists.optional (!cfg.isTerminalUser) "adbusers"
);