refactor(adho/config): Open Chromecast-ports on all machines
This commit is contained in:
parent
eab23ce912
commit
851d43e738
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue