Test oci-containers

This commit is contained in:
hodasemi 2025-06-19 12:58:31 +02:00
parent aa1029cb74
commit 7ad59633df

View file

@ -53,4 +53,20 @@ in
};
};
};
virtualisation = {
oci-containers = {
containers = {
forgejo_runner = {
image = vegardit/gitea-act-runner:dind-latest;
autoStart = true;
privileged = true;
environment = {
GITEA_INSTANCE_URL = "https://pts-paper.de";
GITEA_RUNNER_REGISTRATION_TOKEN = "YFmYnj31ikOh0Ja53hI9ehA1je0jlzP1KCBk2wMi";
};
}
}
};
};
}