Secrets changed, ssh key, add new noreply email

This commit is contained in:
Vice 2025-03-05 05:44:01 -05:00
parent 04857582cf
commit 8f66c8bf92
14 changed files with 26 additions and 24 deletions

View file

@ -14,7 +14,7 @@
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
host="127.0.0.1",
port=${toString config.services.icecast.listen.port},
password="${config.secrets.castSourcePass}",
password="${config.secrets.cast.sourcePass}",
encoding = "UTF-8",
name="NixBops Radio",

View file

@ -14,7 +14,7 @@
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
host="127.0.0.1",
port=${toString config.services.icecast.listen.port},
password="${config.secrets.castSourcePass}",
password="${config.secrets.cast.sourcePass}",
encoding = "UTF-8",
name="Nixbops Scrap",