Use wrapper for bandwhich

restic-rest-server
Simon Bruder 2020-08-27 09:30:46 +02:00
parent 510242e028
commit 2391be36a8
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# top like tools # top like tools
bandwhich # network monitor
bmon # network monitor bmon # network monitor
gotop # fancy top gotop # fancy top
iotop # top for io iotop # top for io
@ -100,7 +99,10 @@
gitAndTools.pre-commit # pre-commit hook for git gitAndTools.pre-commit # pre-commit hook for git
]; ];
programs.adb.enable = true; programs = {
adb.enable = true;
bandwhich.enable = true;
};
environment.pathsToLink = [ environment.pathsToLink = [
"/share/nix-direnv" "/share/nix-direnv"