add CI images to repo
Some checks failed
build / nvim-bundle (nvim) (push) Failing after 4m5s

This commit is contained in:
iofq 2026-02-28 00:01:58 -06:00
parent abce966b76
commit fded320b63
8 changed files with 104 additions and 8 deletions

View file

@ -1,4 +1,9 @@
{ host, config, pkgs, ... }:
{
host,
config,
pkgs,
...
}:
{
imports = [
./hardware-configuration.nix
@ -18,20 +23,35 @@
allowedTCPPorts = [
22
10250
25565 #mc
25566 #mc
25565 # mc
25566 # mc
];
interfaces."podman+" = {
allowedTCPPorts = [ 33393 ];
};
};
};
virtualisation.docker = {
virtualisation.podman = {
enable = true;
extraOptions = "--dns 1.1.1.1";
};
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances.default = {
enable = true;
name = host.hostName;
settings = {
runner = {
capacity = 3;
};
cache = {
enable = true;
host = "host.containers.internal";
port = 33393;
};
container = {
force_pull = true;
};
};
url = "https://git.10110110.xyz";
tokenFile = config.sops.secrets.forgejo-runner.path;
labels = [