service: gitea register
This commit is contained in:
parent
909e2bb494
commit
51b596ea83
@ -7,6 +7,10 @@
|
|||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
};
|
};
|
||||||
|
containers.containersConf.settings = {
|
||||||
|
# podman seems to not work with systemd-resolved
|
||||||
|
containers.dns_servers = [ "8.8.8.8" "8.8.4.4" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = {
|
services.gitea-actions-runner.instances = {
|
||||||
@ -18,17 +22,21 @@
|
|||||||
labels = [
|
labels = [
|
||||||
"home"
|
"home"
|
||||||
"debian-latest:docker://node:18-bullseye"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
|
"ubuntu-22.04:docker://node:16-bullseye"
|
||||||
|
"ubuntu-20.04:docker://node:16-bullseye"
|
||||||
|
"ubuntu-18.04:docker://node:16-buster"
|
||||||
"native:host"
|
"native:host"
|
||||||
"alpine-latest:docker://alpine:latest"
|
|
||||||
"nix-master:docker://nix:master"
|
|
||||||
];
|
];
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
bash
|
bash
|
||||||
curl
|
|
||||||
gitMinimal
|
|
||||||
coreutils
|
coreutils
|
||||||
wget
|
curl
|
||||||
|
gawk
|
||||||
|
gitMinimal
|
||||||
gnused
|
gnused
|
||||||
|
nodejs
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user