diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-08 08:44:45 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-08 08:44:45 -0400 |
| commit | 956030403a24f96a26520dbc05001efaa74f8865 (patch) | |
| tree | 68d65eaab8dea8d37efba177e5c58120eeecbf98 /nixos/modules/homelab/core/ssh.nix | |
| parent | db686dd4b649bc8208b1f0c9e898f6be6127609a (diff) | |
homelab: working on ssh and git
Diffstat (limited to 'nixos/modules/homelab/core/ssh.nix')
| -rw-r--r-- | nixos/modules/homelab/core/ssh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/homelab/core/ssh.nix b/nixos/modules/homelab/core/ssh.nix index 1b4b559..9995b1c 100644 --- a/nixos/modules/homelab/core/ssh.nix +++ b/nixos/modules/homelab/core/ssh.nix @@ -7,7 +7,7 @@ in { config = lib.mkIf cfg.enable { services.openssh = { enable = true; - ports = [ 2200 ]; + ports = [ 22 2200 ]; settings = { PermitRootLogin = "no"; PasswordAuthentication = false; |
