This commit is contained in:
2025-08-23 10:50:19 -05:00
parent 72da24d759
commit 39d090ecfd

View File

@@ -42,13 +42,14 @@
};
sops.templates."remote-builder" = {
content = builtins.concatStringsSep "\n" (builtins.map
/*content = builtins.concatStringsSep ''''\n'' (builtins.map
(y: config.sops.placeholder.${y})
(builtins.partition
(x: (builtins.match "^remoteBuildClientKeys/.+" x) != null)
(builtins.attrNames config.sops.secrets)
).right
);
);*/
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop";
path = "/etc/ssh/authorized_keys.d/remote-builder";
};