hosts/ni/setups/music: update uxplay settings

This commit is contained in:
Gabriel Arazas 2024-08-26 16:02:34 +08:00
parent 59f9c60b67
commit 2fc3b223be
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -48,7 +48,10 @@ in
# My AirPlay mirroring server. # My AirPlay mirroring server.
services.uxplay = { services.uxplay = {
enable = true; enable = true;
extraArgs = [ "-p" (builtins.toString config.state.ports.uxplay.value) ]; extraArgs = [
"-p" (builtins.toString config.state.ports.uxplay.value)
"-reset" "30"
];
}; };
}; };
} }