mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
forgejo: please work
This commit is contained in:
parent
0a8ea8a332
commit
4f50ad500f
1 changed files with 7 additions and 0 deletions
|
|
@ -133,5 +133,12 @@ in
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkFvw9+AispgqwaYg3ksAZTHJgkCDwFTbWzUh/pVcAS";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkFvw9+AispgqwaYg3ksAZTHJgkCDwFTbWzUh/pVcAS";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Avoid /var/lib/private so the runner can write its state.
|
||||||
|
systemd.services.gitea-runner-central.serviceConfig = {
|
||||||
|
DynamicUser = false;
|
||||||
|
StateDirectory = "gitea-runner/central";
|
||||||
|
StateDirectoryMode = "0755";
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 2222 ];
|
networking.firewall.allowedTCPPorts = [ 2222 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue