diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 19:11:50 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 19:11:50 -0800 |
| commit | 3247f8617433ad3fc9a9ff7abbb663369badf7ee (patch) | |
| tree | 75ecf642cdc66694371f6700a950ff5f7cf04564 /nix/users/fcuny/ssh.nix | |
| parent | format justfile (diff) | |
| download | infra-3247f8617433ad3fc9a9ff7abbb663369badf7ee.tar.gz | |
remove mention of other git servers
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/ssh.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix index 004d44f..0ceb623 100644 --- a/nix/users/fcuny/ssh.nix +++ b/nix/users/fcuny/ssh.nix @@ -25,23 +25,6 @@ preferredAuthentications = "publickey"; }; }; - "git" = { - hostname = "git.fcuny.net"; - port = 422; - user = "git"; - forwardAgent = false; - extraOptions = { - preferredAuthentications = "publickey"; - }; - }; - "home" = { - hostname = "fcuny.net"; - port = 422; - user = "fcuny"; - extraOptions = { - preferredAuthentications = "publickey"; - }; - }; }; }; } |
