fix(voice01): style
Some checks failed
Check meta / check_meta (pull_request) Failing after 14s
build configuration / build_krz01 (pull_request) Failing after 15s
lint / check (pull_request) Successful in 18s
lint / check (push) Successful in 18s

This commit is contained in:
Constantin Gierczak--Galle 2025-01-13 12:28:34 +01:00
parent 6d2385af21
commit f424439a82
No known key found for this signature in database

View file

@ -3,12 +3,12 @@ let
in
{
services.murmur = {
inherit port;
enable = true;
openFirewall = true;
users = 16;
welcometext = "Bienvenue sur le serveur Mumble expérimental de la DGNum.";
registerHostname = "voice.lab.dgnum.eu";
port = port;
password = "coupe-boulon";
logFile = "/var/log/murmur/murmurd.log";
};