chore: drop ssh-cursed module
This commit is contained in:
parent
e018572545
commit
74ae6096fd
|
@ -32,7 +32,6 @@ let
|
||||||
./modules/hosts.nix
|
./modules/hosts.nix
|
||||||
./modules/network.nix
|
./modules/network.nix
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
./modules/ssh-cursed.nix
|
|
||||||
# FIXME: ./modules/buildbot — whenever you are ready.
|
# FIXME: ./modules/buildbot — whenever you are ready.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
{
|
|
||||||
programs.ssh.extraConfig = ''
|
|
||||||
Host telecom-bastion
|
|
||||||
HostName ssh.enst.fr
|
|
||||||
User jmalka
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
|
|
||||||
Host lame11
|
|
||||||
Hostname lame11.enst.fr
|
|
||||||
User nix-remote-builder
|
|
||||||
ProxyJump telecom-bastion
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
Host lame10
|
|
||||||
Hostname lame10.enst.fr
|
|
||||||
User nix-remote-builder
|
|
||||||
ProxyJump telecom-bastion
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
Host lame12
|
|
||||||
Hostname lame12.enst.fr
|
|
||||||
User nix-remote-builder
|
|
||||||
ProxyJump telecom-bastion
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
Host lame16
|
|
||||||
Hostname lame16.enst.fr
|
|
||||||
User nix-remote-builder
|
|
||||||
ProxyJump telecom-bastion
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
Host lame17
|
|
||||||
Hostname lame17.enst.fr
|
|
||||||
User nix-remote-builder
|
|
||||||
ProxyJump telecom-bastion
|
|
||||||
IdentityFile /home/luj/.ssh/id_ed25519
|
|
||||||
|
|
||||||
'';
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue