2022-12-23 11:22:58 -03:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
age = {
|
|
|
|
identityPaths = [ "/home/lelgenio/.ssh/id_rsa" ];
|
|
|
|
secrets.lelgenio-cachix.file = ../secrets/lelgenio-cachix.age;
|
|
|
|
secrets.monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.file =
|
|
|
|
../secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
|
2023-01-12 15:10:10 -03:00
|
|
|
secrets.rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.file =
|
|
|
|
../secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
|
2022-12-23 11:22:58 -03:00
|
|
|
};
|
|
|
|
}
|