add CI images to repo
Some checks are pending
build / build (nvim) (push) Has started running
/ check (push) Successful in 3m50s

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

View file

@ -1,4 +1,9 @@
{ host, config, pkgs, ... }:
{
host,
config,
pkgs,
...
}:
{
imports = [
./hardware-configuration.nix
@ -18,8 +23,8 @@
allowedTCPPorts = [
22
10250
25565 #mc
25566 #mc
25565 # mc
25566 # mc
];
};
};
@ -32,6 +37,11 @@
instances.default = {
enable = true;
name = host.hostName;
settings = {
runner = {
capacity = 3;
};
};
url = "https://git.10110110.xyz";
tokenFile = config.sops.secrets.forgejo-runner.path;
labels = [