disabled ssh, for forgejo
This commit is contained in:
parent
fe3462d254
commit
44821dcdcc
1 changed files with 1 additions and 3 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue