Enable adb
This commit is contained in:
parent
2b5f9aa857
commit
c95a577832
|
@ -111,6 +111,7 @@
|
|||
extraGroups = [
|
||||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"plugdev" # Enable openrazer-daemon privileges
|
||||
"adbusers" # Android
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -256,6 +257,9 @@
|
|||
plugins = with pkgs; [ evolution-ews ];
|
||||
};
|
||||
|
||||
# Android
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Music server
|
||||
services.navidrome.enable = true;
|
||||
services.navidrome.settings = {
|
||||
|
|
Loading…
Reference in a new issue