port unblock kodi
This commit is contained in:
parent
5b346a93fc
commit
719e456024
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
networking.firewall.enable = false;
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8080
|
||||||
|
9090
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue