dot_testing/boxes/copernicus/agenix.nix

12 lines
199 B
Nix

{ machines, ... }:
{
age = {
secrets = {
copernicus-wg-priv = {
file = machines.copernicus.wg-privkey;
};
};
identityPaths = [ "/home/usr/.ssh/id_ed25519" ];
};
}