[NixOS] New gitea-runner secret

This commit is contained in:
Your Name
2024-10-03 01:13:22 -06:00
parent 04870cd682
commit 526bf6e2a9
3 changed files with 52 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, config, makeEnable, ... }:
makeEnable config "myModules.gitea-runner" false {
age.secrets.gitea-runner-token = {
file = ./secrets/gitea-runner-token.${config.networking.hostName}.age;
file = ./secrets/gitea-runner-token.age;
group = "docker";
};