CI (#170)
Co-authored-by: Victor <victor@xirion.net> Co-authored-by: Forgejo Actions Bot <> Reviewed-on: #170
This commit is contained in:
parent
54b38cb6cc
commit
0b64e90d9b
4 changed files with 24 additions and 13 deletions
|
@ -27,7 +27,9 @@ in {
|
|||
quoteEnvironmentValues = false; # Needed for docker
|
||||
};
|
||||
|
||||
vault-secrets.secrets.gitea_runner = { };
|
||||
vault-secrets.secrets.gitea_runner = {
|
||||
services = [ "gitea-runner-nix\x2dnative" ];
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
@ -59,7 +61,10 @@ in {
|
|||
gawk
|
||||
gitMinimal
|
||||
gnused
|
||||
jq
|
||||
nodejs
|
||||
nixUnstable
|
||||
vault
|
||||
wget
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue