diff options
author | Maxime Lalisse <maxime.lalisse@gmail.com> | 2025-01-26 12:09:40 +0100 |
---|---|---|
committer | Maxime Lalisse <maxime.lalisse@gmail.com> | 2025-01-26 12:09:40 +0100 |
commit | f14a282a28e95b89fe43518362a7354126160f69 (patch) | |
tree | f2eb2379bfc5ade121175033eb74b812e93f776b | |
parent | 6c6af5465523dce42990e06b1ee1888de7bd4f68 (diff) | |
download | nixcfg-f14a282a28e95b89fe43518362a7354126160f69.tar.gz nixcfg-f14a282a28e95b89fe43518362a7354126160f69.zip |
ssh keys (stitch)
-rw-r--r-- | cluster/prod/cluster.nix | 3 | ||||
-rw-r--r-- | cluster/staging/cluster.nix | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 080b258..66da48d 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -133,6 +133,9 @@ kokakiwi = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPTsEgcOtb2bij+Ih8eg8ZqO7d3IMiWykv6deMzlSSS kokakiwi@kira" ]; + stitch = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdT28Emp9yJqTPrxz+oDP08KZaN1kbsNyVqt9p9IMED" + ]; }; # For Garage external communication diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 26011d2..8a71424 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -90,6 +90,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJX0A2P59or83EKhh32o8XumGz0ToTEsoq89hMbMtr7h" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB540H9kn+Ocs4Wjc1Y3f3OkHFYEqc5IM/FiCyoVVoh3" ]; + stitch = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdT28Emp9yJqTPrxz+oDP08KZaN1kbsNyVqt9p9IMED" + ]; }; # For Garage ipv6 communication |