mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 09:18:35 +02:00
feat(ssh): Using SSH over the HTTPS port for GitHub, refactor ssh config (#187)
This commit is contained in:
5
modules/darwin/ssh.nix
Normal file
5
modules/darwin/ssh.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{myvars, ...}: {
|
||||
services.openssh.enable = false;
|
||||
|
||||
programs.ssh = myvars.networking.ssh;
|
||||
}
|
||||
Reference in New Issue
Block a user