nixos/hosts/common/optional/distributed_builds/local-machine.nix

8 lines
105 B
Nix

{
secrets = {
"ssh_keys/root/remotebuild" = {
path = "/root/.ssh/remotebuild";
};
};
}