From 4dabd725f0bfa01c60fffea1285027f0d36b0eb6 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sat, 25 Jul 2026 15:55:04 +1000 Subject: [PATCH] sync nix-cache ssh key --- scripts/proxmox/configure-nix-cache-client.sh | 2 +- variables.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/proxmox/configure-nix-cache-client.sh b/scripts/proxmox/configure-nix-cache-client.sh index 3e53340..3d29f06 100755 --- a/scripts/proxmox/configure-nix-cache-client.sh +++ b/scripts/proxmox/configure-nix-cache-client.sh @@ -38,7 +38,7 @@ set -euo pipefail : "${NIX_CACHE_HOST:=nix-cache}" -: "${NIX_CACHE_HOST_KEY:=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPeWgMsdaiz4axT/deFc1+0B5bN+GX/NOeW9bbQ0c/IT lxc-nix-cache}" +: "${NIX_CACHE_HOST_KEY:=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICuHUxGNH6ei3BZD+EfZs3l4X8uJNcjQiOsM/G4yo4O/ lxc-nix-cache}" : "${REMOTE_BUILDER_USER:=nixremote}" CACHE_PUB_KEY="cache.local-1:usoWYanY3Kpq2+kDIS2nhWoLZiRxanmdysdzqCFBHW4=" diff --git a/variables.nix b/variables.nix index 7236a8c..7836729 100644 --- a/variables.nix +++ b/variables.nix @@ -26,7 +26,7 @@ # fresh client that has never manually ssh'd to nix-cache before. Update # this if nix-cache's host key is ever rotated or the host is rebuilt # from scratch. - nixCacheHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPeWgMsdaiz4axT/deFc1+0B5bN+GX/NOeW9bbQ0c/IT lxc-nix-cache"; + nixCacheHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICuHUxGNH6ei3BZD+EfZs3l4X8uJNcjQiOsM/G4yo4O/ lxc-nix-cache"; # Public keys authorized to SSH in as remoteBuilderUser on the nix-cache # host (modules/nix-cache/server.nix) — one per client host that's allowed