backup
This commit is contained in:
parent
684ade8d39
commit
7411888e0f
1 changed files with 21 additions and 9 deletions
|
@ -45,18 +45,30 @@
|
|||
vim
|
||||
wget
|
||||
curl
|
||||
docker
|
||||
pkgs.forgejo-actions-runner
|
||||
];
|
||||
|
||||
];
|
||||
|
||||
# Forgejo actions runner
|
||||
services.gitea-actions-runner.shibepro-ci = {
|
||||
url = "https://git.shibe.pro";
|
||||
name = "shibepro-ci";
|
||||
token = "sDkclN4DPqxIF6bKlkLtkRuOtGuIcn9hEml1LPC6";
|
||||
}
|
||||
# Enable podman
|
||||
virtualisation.podman.enable;
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
|
||||
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.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue