This commit is contained in:
parent
3658fb2285
commit
f49c705d36
3 changed files with 34 additions and 24 deletions
4
nixos/hosts/forgejo-runner/notes/ssh-secrets.md
Normal file
4
nixos/hosts/forgejo-runner/notes/ssh-secrets.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
```bash
|
||||
ssh-keygen -t ed25519 -C "forgejo-runner" -f forgejo-image-uploader
|
||||
```
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
# "ubuntu-22.04:docker://node:16-bullseye"
|
||||
# "ubuntu-20.04:docker://node:16-bullseye"
|
||||
# "ubuntu-18.04:docker://node:16-buster"
|
||||
"nixos:docker://cachix/nix-build-action"
|
||||
## optionally provide native execution on the host:
|
||||
# "native:host"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue