Gitea Action Prep
This commit is contained in:
@@ -18,6 +18,21 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# Services Runner running in nixos-container w/ host label
|
||||
# This allows sharing of nix-store for caching actions builds
|
||||
# ... Maybe I'll actually set this up. Some concern for clearing its
|
||||
# cache and it overpopulating. Idk. We'll see.
|
||||
# services.gitea-actions-runner.instances."nix-runner" = {
|
||||
# enable = true;
|
||||
# name = "nix-runner";
|
||||
# url = "http://localhost:${config.services.gitea.settings.server.HTTP_PORT}";
|
||||
# labels = [
|
||||
# # don't require docker/podman
|
||||
# "native:host"
|
||||
# ];
|
||||
# tokenFile = "/var/lib/gitea/runner_token";
|
||||
# };
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
port = 5432;
|
||||
|
||||
Reference in New Issue
Block a user