phantom: add forgejo server

This commit is contained in:
Leonardo Eugênio 2024-04-06 20:38:35 -03:00
parent 8de573b35c
commit 9aaa304d2a
7 changed files with 70 additions and 2 deletions

View file

@ -2,7 +2,7 @@
security.rtkit.enable = true;
services.openssh = {
enable = true;
ports = [ 9022 ];
ports = [ 9022 22 ];
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;