From dff5cff2bc1025968c1a254347337463679d87a8 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 2 Mar 2025 00:14:20 +0300 Subject: [PATCH] enable ports? --- hosts/pochita/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index cbbf7ff..0a5881b 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -54,6 +54,9 @@ ''; }; + # now, for the ports of the caddy server + networking.firewall.allowedTCPPorts = [ 80 443 3000 ]; + networking.hostName = "pochita"; # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"