lambda deployment

This commit is contained in:
Julien Malka 2023-06-10 23:50:31 +02:00
parent fda415dbda
commit 6940e5d42d
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -94,7 +94,7 @@
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host lambda Host lambda
IdentityFile /home/julien/.ssh/id_ed25519 IdentityFile /home/julien/.ssh/id_ed25519
HostName lambda.julienmalka.me HostName lambda.luj
User root User root
Port 45 Port 45
''; '';