Apply the git repo to the cluster.

This commit is contained in:
Tom Alexander
2025-12-21 23:48:17 -05:00
parent c3aa678a9b
commit 83ea14b0a4
5 changed files with 56 additions and 332 deletions

View File

@@ -134,6 +134,7 @@ makeScope newScope (
secret_values = {
"identity" = builtins.readFile "${self.ssh-keys.flux_ssh_key}/flux_ssh_key";
"identity.pub" = builtins.readFile "${self.ssh-keys.flux_ssh_key}/flux_ssh_key.pub";
"known_hosts" = builtins.readFile ./generated/known_hosts;
};
};
}