This commit is contained in:
hannes 2024-02-16 02:40:25 +00:00
parent 611a6567a6
commit 31667c81a3

View file

@ -45,18 +45,30 @@
vim
wget
curl
docker
pkgs.forgejo-actions-runner
];
];
# Forgejo actions runner
services.gitea-actions-runner.shibepro-ci = {
services.gitea-actions-runner = {
instances = {
"shibepro-ci" = {
url = "https://git.shibe.pro";
name = "shibepro-ci";
token = "sDkclN4DPqxIF6bKlkLtkRuOtGuIcn9hEml1LPC6";
}
# Enable podman
virtualisation.podman.enable;
labels = [];
};
};
};
# Enable docker
virtualisation.docker = {
daemon.settings = {
fixed-cidr-v6 = "fd00::/80";
ipv6 = true;
};
};
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;