diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-28T15·46+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-28T15·46+0200 |
commit | 851d43e7380e84be6fb2f6bc6fae345629d85d70 (patch) | |
tree | 805a298b2d10f7a7463c9295d592e9180f51abd1 /adho-configuration.nix | |
parent | eab23ce91281fdcad9d2d27d7722b22e2f6a8f3c (diff) |
refactor(adho/config): Open Chromecast-ports on all machines
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index efc17812fe54..178903511aa7 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -98,9 +98,6 @@ "Lorry Gjest" = {}; "Amundsengjest" = {}; }; - - # Open Chromecast-related ports - firewall.allowedTCPPorts = [ 5556 5558 ]; }; hardware.bluetooth.enable = true; |