bubbleupnp
module for rock5b
This commit is contained in:
parent
4daf35633d
commit
5e9020533b
2 changed files with 12 additions and 0 deletions
11
modules/bubbleupnp/default.nix
Normal file
11
modules/bubbleupnp/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers = {
|
||||
bubbleupnpserver = {
|
||||
image = "bubblesoftapps/bubbleupnpserver";
|
||||
ports = ["58050:58050"];
|
||||
extraOptions = ["--network=host" "-device /dev/dri:/dev/dri"];
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [58050];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue