From c1a813f17b3aaf26f9b38a22bd39cf88f7d6eda7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 20 Jan 2025 10:33:04 -0600 Subject: [PATCH] typo --- hosts/algiz/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/algiz/system.nix b/hosts/algiz/system.nix index dd74ef6..b1a896b 100644 --- a/hosts/algiz/system.nix +++ b/hosts/algiz/system.nix @@ -6,7 +6,7 @@ # # added to make using `pip install` work in docker build # networking.nameservers = [ "8.8.8.8"]; - # allow tcp connections for revsere proxy + # allow tcp connections for reverse proxy networking.firewall = enabled // { allowedTCPPorts = [ 80