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