Skip to content

Commit

Permalink
allow SSH on port 2222
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 14, 2019
1 parent 95dd049 commit 28db09b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gitea/configuration.nix
Expand Up @@ -17,8 +17,8 @@
networking.firewall.allowedTCPPorts = [
22
80
2200
3000 # gitea, for now
2200 # admin ssh
2222 # gitea ssh
];

# PostgreSQL
Expand Down Expand Up @@ -67,8 +67,8 @@
DEFAULT_THEME = arc-green
[server]
; START_SSH_SERVER = true
; SSH_PORT = 22
START_SSH_SERVER = true
SSH_PORT = 2222
LANDING_PAGE = explore
Expand Down

0 comments on commit 28db09b

Please sign in to comment.