services/forgejo-runner: add nix to path
This commit is contained in:
parent
b7ee2ec2ff
commit
00a797fd09
1 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,12 @@
|
|||
"youko"
|
||||
];
|
||||
config =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
age.secrets.forgejo-runner-token.file = ../secrets/forgejo-token.age;
|
||||
|
||||
|
@ -19,6 +24,9 @@
|
|||
settings = {
|
||||
container.network = "bridge";
|
||||
};
|
||||
hostPackages = lib.mkOptionDefault [
|
||||
pkgs.nix
|
||||
];
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
"ubuntu-22.04:docker://node:16-bullseye"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue