diff --git a/hosts/Gutterman/default.nix b/hosts/Gutterman/default.nix index 57accd8..8437a4f 100644 --- a/hosts/Gutterman/default.nix +++ b/hosts/Gutterman/default.nix @@ -29,6 +29,17 @@ CacheFromLocalhost=true ''; + networking.firewall = { + allowedTCPPorts = [ + 8000 + 8001 + ]; + allowedUDPPorts = [ + 8000 + 8001 + ]; + }; + environment.systemPackages = let nixpkgs-unstable = import inputs.nixpkgs-unstable {