From bba1c85d96cc86f67383e0b758927a26a72f575e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 31 Jan 2019 11:36:31 -0800 Subject: Open some ports --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 389f44f..a599aa9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,6 +4,9 @@ nixpkgs.config.packageOverrides = pkgs: { ibb = import ./ibb/default.nix {}; }; + + networking.firewall.allowedTCPPorts = [ 22 80 443 ]; + services = { ibb.enable = true; -- cgit v1.2.3