diff options
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |