From 2ad544668d52763e1ec56060fbed9211e4d77c39 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 21 Jun 2023 22:43:17 +0200 Subject: ma remote-build: use sops --- 2configs/remote-build/aarch64-community.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/remote-build/aarch64-community.nix b/2configs/remote-build/aarch64-community.nix index d57eacd68..9c2155798 100644 --- a/2configs/remote-build/aarch64-community.nix +++ b/2configs/remote-build/aarch64-community.nix @@ -5,7 +5,7 @@ { hostName = "aarch64.nixos.community"; maxJobs = 64; - sshKey = toString ; + sshKey = config.sops.secrets."nixos-community".path; sshUser = "makefu"; system = "aarch64-linux"; supportedFeatures = [ "big-parallel" ]; -- cgit v1.2.3