feat(home-pc): enable adb

This commit is contained in:
Felix Schröter 2020-02-15 10:47:55 +01:00
parent 573b0f9493
commit f77321fb26
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -24,6 +24,8 @@
hardware.cpu.amd.updateMicrocode = true;
services.fwupd.enable = true;
programs.adb.enable = true;
users.users.felschr = {
isNormalUser = true;
extraGroups = [ "wheel" "audio" ];