containers/mpd-index: added ncmpcpp

This commit is contained in:
Markus Schmidl 2019-04-13 18:52:53 +02:00
父節點 38540f8b72
當前提交 0a0b6bdffa
共有 1 個文件被更改,包括 4 次插入0 次删除

查看文件

@ -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";