From f97c81ce2c252b98a71db3deb34aedbfcedb88d8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 20 Aug 2024 18:52:27 +0200 Subject: [PATCH] ssh: Add ci-runner --- modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ssh.nix b/modules/ssh.nix index 2fa937e..1e0a9d4 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -95,6 +95,10 @@ hostNames = [ "[koyomi.sbruder.de]:2222" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINPQuXX9EJXcz7wkG/yDxrZVODaitAQ1lfGzedNrYKhI"; }; + ci-runner = { + hostNames = [ "ci-runner" "ci-runner.sbruder.de" ]; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHerI7UteS/Hb0XnxFGrox0VD92DJ0qc3PvCvgPjjTDp"; + }; hiroshi = { hostNames = [ "hiroshi" "hiroshi.sbruder.de" "hiroshi.vpn.sbruder.de" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMpTtUcPbuoqflM55C50HG4oY6dHPMaaACaAQhGxkx8x";