feat(adho): Open Chromecast-related ports in firewall
This commit is contained in:
parent
fc7b24245f
commit
e017868640
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
||||||
"Lorry Gjest" = {};
|
"Lorry Gjest" = {};
|
||||||
"Amundsengjest" = {};
|
"Amundsengjest" = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Open Chromecast-related ports
|
||||||
|
firewall.allowedTCPPorts = [ 5556 5558 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue