oh, right.

This commit is contained in:
Ittihadyya 2024-11-26 12:20:20 +02:00
parent 35f212a88d
commit 279b992fcf

View file

@ -34,8 +34,8 @@
) )
]; ];
sucrose.modules = [ sucrose.modules = [
({ ({config, ...}: {
sops.secrets.forgejo_runner_"${config.networking.hostName}"_token = { }; sops.secrets.forgejo_runner_${config.networking.hostName}_token = { };
sops.templates."forgejo_runner.env.secrets.yaml".content = '' sops.templates."forgejo_runner.env.secrets.yaml".content = ''
TOKEN=${config.sops.placeholder.''forgejo_runner_"${config.networking.hostName}"_token''} TOKEN=${config.sops.placeholder.''forgejo_runner_"${config.networking.hostName}"_token''}
''; '';