From db16bfaed1ee1adb270e3aabf7e05150e79780f0 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 25 Nov 2021 18:11:32 +0100 Subject: [PATCH] http firewall port --- nixos/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a1ab1f4..6af9b36 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -60,6 +60,10 @@ networking.networkmanager.enable = true; + networking.firewall.allowedTCPPorts = [ + 8080 + ]; + nix.autoOptimiseStore = true; nix.gc = { automatic = true;