8 lines
105 B
Nix
8 lines
105 B
Nix
|
{
|
||
|
secrets = {
|
||
|
"ssh_keys/root/remotebuild" = {
|
||
|
path = "/root/.ssh/remotebuild";
|
||
|
};
|
||
|
};
|
||
|
}
|