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 = {
ROOT_URL = "https://git.ifrahim.dev";
SSH_PORT = 2222;
SSH_LISTEN_PORT = 2222;
DISABLE_SSH = true;
};
};
};
@ -118,7 +117,6 @@
22
80
443
2222
];
nix.gc = {