enable ports?

This commit is contained in:
Osman Faruk Bayram 2025-03-02 00:14:20 +03:00
parent 79904a3ded
commit dff5cff2bc

View file

@ -54,6 +54,9 @@
''; '';
}; };
# now, for the ports of the caddy server
networking.firewall.allowedTCPPorts = [ 80 443 3000 ];
networking.hostName = "pochita"; networking.hostName = "pochita";
# log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName" # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"