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

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