mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
docs: add forgejo runner state dir notes
This commit is contained in:
parent
921b343c2e
commit
5feb3ac81e
1 changed files with 5 additions and 0 deletions
|
|
@ -155,6 +155,11 @@ lib: inputs: self: lib.mkSystem "<os>" ./configuration.nix
|
|||
2. Check file extension is `.nix`
|
||||
3. Ensure valid Nix syntax
|
||||
|
||||
### Forgejo Actions Runner (NixOS)
|
||||
1. `DynamicUser` conflicts require `lib.mkForce` if overriding module defaults.
|
||||
2. Runner state dir should be `/var/lib/gitea-runner/<instance>`; set `StateDirectory = "gitea-runner"` and let the instance name append.
|
||||
3. If the register script fails with `permission denied`, ensure `/var/lib/gitea-runner` exists and is owned by `gitea-runner`.
|
||||
|
||||
### Nushell Warnings
|
||||
1. Deprecated `get -i` warning from direnv integration is a short-term workaround in `modules/common/shell/direnv.nix` (custom Nushell hook with `get -o` and HM integration disabled) until upstream home-manager updates.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue