This commit is contained in:
parent
e14278817b
commit
a4169ccaa9
1 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*{
|
{
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
(
|
(
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
}: {
|
}: {
|
||||||
services.gitea-actions-runner = {
|
services.gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-runner;
|
package = pkgs.forgejo-runner;
|
||||||
instances = {
|
/* instances = {
|
||||||
${config.networking.hostName} = {
|
${config.networking.hostName} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostPackages = with pkgs;
|
hostPackages = with pkgs;
|
||||||
|
@ -28,10 +28,10 @@
|
||||||
settings = {};
|
settings = {};
|
||||||
tokenFile = config.sops.templates."forgejo_runner.env.secrets.yaml".path;
|
tokenFile = config.sops.templates."forgejo_runner.env.secrets.yaml".path;
|
||||||
url = "https://git.collective-conciousness.monster";
|
url = "https://git.collective-conciousness.monster";
|
||||||
};
|
};
|
||||||
};
|
}; */
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
}*/ # this isn't working at all, right now. For some reasom fructose fails to start the containers when podman dns isn't enabled, but if it is, pihole fails to bind to :53, i'll probably have to just change the pihole port and enable podman dns? anyways, besides that, glucose doesn't work *at all* with the runner, it never did, so i really should figure that out at some point. :TODO
|
} # this isn't working at all, right now. For some reasom fructose fails to start the containers when podman dns isn't enabled, but if it is, pihole fails to bind to :53, i'll probably have to just change the pihole port and enable podman dns? anyways, besides that, glucose doesn't work *at all* with the runner, it never did, so i really should figure that out at some point. :TODO
|
Loading…
Reference in a new issue