refactor(adho/config): Open Chromecast-ports on all machines

This commit is contained in:
Vincent Ambo 2018-04-28 17:46:13 +02:00
parent eab23ce912
commit 851d43e738
2 changed files with 3 additions and 3 deletions

View file

@ -98,9 +98,6 @@
"Lorry Gjest" = {}; "Lorry Gjest" = {};
"Amundsengjest" = {}; "Amundsengjest" = {};
}; };
# Open Chromecast-related ports
firewall.allowedTCPPorts = [ 5556 5558 ];
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;

View file

@ -30,6 +30,9 @@
"1.0.0.1" "1.0.0.1"
]; ];
# Open Chromecast-related ports
firewall.allowedTCPPorts = [ 5556 5558 ];
# Configure emacs: # Configure emacs:
# (actually, that's a lie, this only installs emacs!) # (actually, that's a lie, this only installs emacs!)
services.emacs = { services.emacs = {