This commit is contained in:
Lyn 2024-02-16 02:40:25 +00:00
parent 684ade8d39
commit 7411888e0f

View file

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