Heimdall: add gitlab runner

This commit is contained in:
Filippo Berto 2025-06-17 10:43:42 +02:00
parent 6566c9bead
commit b038aa625e
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
6 changed files with 83 additions and 0 deletions

View file

@ -48,4 +48,7 @@ in
"minio_bertof.age".publicKeys = devUsers ++ [ sif thor odin heimdall thinkstation ];
"minio_tiziano.age".publicKeys = devUsers ++ [ tiziano_odin ] ++ [ odin thinkstation ];
"ollama.age".publicKeys = devUsers ++ [ sif thor ];
"heimdall-gitlab-runner-nix.age".publicKeys = devUsers ++ [ heimdall ];
"heimdall-gitlab-runner-docker-images.age".publicKeys = devUsers ++ [ heimdall ];
"heimdall-gitlab-runner-default.age".publicKeys = devUsers ++ [ heimdall ];
}