icecast fallback mount

This commit is contained in:
zuckerberg
2021-06-07 17:35:29 -04:00
parent d3c82cbba2
commit bfe137645d
2 changed files with 16 additions and 6 deletions

View File

@@ -27,7 +27,8 @@
services.icecast = {
enable = true;
hostname = "nanachi.neet.dev";
mount = "stream.webm";
mount = "stream.mp3";
fallback = "fallback.mp3";
};
security.acme.acceptTerms = true;