containers/mpd-index: added ncmpcpp

This commit is contained in:
Markus Schmidl 2019-04-13 18:52:53 +02:00
parent 38540f8b72
commit 0a0b6bdffa
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
../../../lib/admins.nix
];
environment.systemPackages = with pkgs; [
ncmpcpp
];
fileSystems."/mnt/music" = { fsType = "nfs"; device = "172.22.99.10:/mnt/zroot/storage/rpool/Music"; };
networking.hostName = "mpd-index";