summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-21 22:43:17 +0200
committermakefu <github@syntax-fehler.de>2023-06-21 22:43:17 +0200
commit2ad544668d52763e1ec56060fbed9211e4d77c39 (patch)
treebe5bc0e2af20e21f2b3fd8ed1682c63bd87f7ada
parent16faae21444dae0c3d6742ef3738e5158697d893 (diff)
ma remote-build: use sops
-rw-r--r--2configs/remote-build/aarch64-community.nix2
1 files changed, 1 insertions, 1 deletions
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 <secrets/nixos-community>;
+ sshKey = config.sops.secrets."nixos-community".path;
sshUser = "makefu";
system = "aarch64-linux";
supportedFeatures = [ "big-parallel" ];