This commit is contained in:
Ittihadyya 2024-11-26 12:32:05 +02:00
parent c4fd5bfa41
commit f808f77176

View file

@ -35,8 +35,7 @@
];
sucrose.modules = [
({config, ...}: {
sops.secrets.forgejo_runner_glucose_token = { };
sops.secrets.forgejo_runner_fructose_token = { }; # fuck it, i'll do it like this
sops.secrets."forgejo_runner_${config.networking.hostName}_token" = { };
sops.templates."forgejo_runner.env.secrets.yaml".content = ''
TOKEN=${config.sops.placeholder."forgejo_runner_${config.networking.hostName}_token"}
'';