diff --git a/home-manager/sajenim/features/cli/default.nix b/home-manager/sajenim/features/cli/default.nix index 8ad734b..81c64bb 100644 --- a/home-manager/sajenim/features/cli/default.nix +++ b/home-manager/sajenim/features/cli/default.nix @@ -15,7 +15,7 @@ matchBlocks."viridian" = { hostname = "viridian.kanto.dev"; identityFile = "/home/sajenim/.ssh/sajenim_sk"; - port = 62841; + port = 22; }; matchBlocks."lavender" = { diff --git a/home-manager/sajenim/features/cli/git.nix b/home-manager/sajenim/features/cli/git.nix index 5e9b056..863a500 100644 --- a/home-manager/sajenim/features/cli/git.nix +++ b/home-manager/sajenim/features/cli/git.nix @@ -11,7 +11,7 @@ userEmail = "its.jassy@pm.me"; extraConfig = { init.defaultBranch = "master"; - core.sshCommand = "ssh -i ~/.ssh/forgejo_sk -p 62841 -F /dev/null"; + core.sshCommand = "ssh -i ~/.ssh/forgejo_sk -F /dev/null"; commit.gpgsign = "true"; user.signingkey = "8563E358D4E8040E"; }; diff --git a/nixos/common/global/ssh.nix b/nixos/common/global/ssh.nix index 47b940c..32841af 100644 --- a/nixos/common/global/ssh.nix +++ b/nixos/common/global/ssh.nix @@ -8,7 +8,7 @@ PasswordAuthentication = false; LogLevel = "VERBOSE"; }; - ports = [ 62841 ]; + ports = [ 22 ]; openFirewall = true; };