feat(ssh): Using SSH over the HTTPS port for GitHub, refactor ssh config (#187)

This commit is contained in:
Ryan Yin
2025-05-16 00:24:46 +08:00
committed by GitHub
parent 43721fba8a
commit b44d277072
12 changed files with 91 additions and 120 deletions

5
modules/darwin/ssh.nix Normal file
View File

@@ -0,0 +1,5 @@
{myvars, ...}: {
services.openssh.enable = false;
programs.ssh = myvars.networking.ssh;
}