9 lines
139 B
Nix
9 lines
139 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
sops.secrets = {
|
||
|
"gitlab-runner/default-registration" = {
|
||
|
restartUnits = [ "gitlab-runner.service" ];
|
||
|
};
|
||
|
};
|
||
|
}
|