pulsebert: https the ympd

This commit is contained in:
Astro 2019-02-11 00:55:37 +01:00
parent c6f482e811
commit a5fa3a45f4
1 changed files with 11 additions and 1 deletions

View File

@ -148,6 +148,16 @@
}
'';
};
services.caddy = {
enable = true;
agree = true;
# TODO: add auth?
config = ''
mpd.hq.c3d2.de
proxy / localhost:8080
'';
};
fileSystems."/mnt/storage" = {
device = "storage.hq.c3d2.de:/mnt/zroot/storage/rpool";
@ -157,7 +167,7 @@
# MPD music playing daemon with webinterface
services.ympd = {
enable = true;
webPort = "80";
webPort = "8080";
};
}