hope this works

This commit is contained in:
Lyn 2024-02-16 03:42:18 +01:00
parent 7411888e0f
commit 61674d3cb7

View file

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