Switch the forgejo-actions-runners secret mngmt from colmena to sops-nix

This commit is contained in:
June 2024-05-26 02:50:08 +02:00
commit 361ccac69f
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
6 changed files with 265 additions and 10 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}