disabled ssh, for forgejo

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:43:01 -05:00
parent fe3462d254
commit 44821dcdcc

View file

@ -89,8 +89,7 @@
}; };
server = { server = {
ROOT_URL = "https://git.ifrahim.dev"; ROOT_URL = "https://git.ifrahim.dev";
SSH_PORT = 2222; DISABLE_SSH = true;
SSH_LISTEN_PORT = 2222;
}; };
}; };
}; };
@ -118,7 +117,6 @@
22 22
80 80
443 443
2222
]; ];
nix.gc = { nix.gc = {