ran tree fmt

This commit is contained in:
2026-04-13 18:29:50 -04:00
parent 5a2171b9c7
commit 5ddf1c4cab

View File

@@ -2,7 +2,10 @@ let
vars = import ../vars.nix;
in
{
networking.firewall.allowedTCPPorts = [ 6443 2223 ];
networking.firewall.allowedTCPPorts = [
6443
2223
];
services.gitea = {
enable = true;