mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 18:19:01 +00:00
hosts/ni/setups/music: update uxplay settings
This commit is contained in:
parent
59f9c60b67
commit
2fc3b223be
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user