ready for runners
This commit is contained in:
parent
fc9971ddc9
commit
7dd5043b5d
49 changed files with 2569 additions and 1085 deletions
7
nixos/hosts/forgejo-runner/sops.nix
Normal file
7
nixos/hosts/forgejo-runner/sops.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
sops.secrets."forgejo-runner-registration-token" = {
|
||||
sopsFile = ../../secrets/forgejo/runner-secrets.yml;
|
||||
mode = "0440";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue