containers/mpd-index: added ncmpcpp
parent
38540f8b72
commit
0a0b6bdffa
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue