added openssh to mpd-index

This commit is contained in:
Markus Schmidl 2019-04-13 20:12:34 +02:00
父節點 ea75cc0233
當前提交 6e5c770c37
共有 1 個檔案被更改,包括 5 行新增0 行删除

查看文件

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