added openssh to mpd-index

This commit is contained in:
Markus Schmidl 2019-04-13 20:12:34 +02:00
parent ea75cc0233
commit 6e5c770c37
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@
networking.hostName = "mpd-index";
services.openssh = {
enable = true;
permitRootLogin = "yes";
};
services.mpd = {
enable = true;
user = "mpd";