parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
modules/bubbleupnp
|
@ -2,10 +2,13 @@
|
|||
virtualisation.oci-containers.containers = {
|
||||
bubbleupnpserver = {
|
||||
image = "bubblesoftapps/bubbleupnpserver";
|
||||
ports = ["58050:58050"];
|
||||
extraOptions = ["--network=host" "-device /dev/dri:/dev/dri"];
|
||||
ports = [ "58050:58050" ];
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
"-device /dev/dri:/dev/dri"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [58050];
|
||||
networking.firewall.allowedTCPPorts = [ 58050 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue