hope this works
This commit is contained in:
parent
cbeb4bd092
commit
11f9fd42e7
1 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue