mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
fix(bomba): remove gitea-act-runner
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"lastRun": "1763873600000-backfill-files-owner.js",
|
||||
"migrations": [
|
||||
{
|
||||
"title": "1694360000000-create-folders.js",
|
||||
"timestamp": 1783750350595
|
||||
},
|
||||
{
|
||||
"title": "1694360479680-create-account-db.js",
|
||||
"timestamp": 1783750350654
|
||||
},
|
||||
{
|
||||
"title": "1694362247011-create-secret-table.js",
|
||||
"timestamp": 1783750350670
|
||||
},
|
||||
{
|
||||
"title": "1702667624000-rename-nordigen-secrets.js",
|
||||
"timestamp": 1783750350671
|
||||
},
|
||||
{
|
||||
"title": "1718889148000-openid.js",
|
||||
"timestamp": 1783750350688
|
||||
},
|
||||
{
|
||||
"title": "1719409568000-multiuser.js",
|
||||
"timestamp": 1783750350708
|
||||
},
|
||||
{
|
||||
"title": "1763873568237-server-global-prefs.js",
|
||||
"timestamp": 1783750350724
|
||||
},
|
||||
{
|
||||
"title": "1763873600000-backfill-files-owner.js",
|
||||
"timestamp": 1783750350726
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{... }:
|
||||
{
|
||||
sops =
|
||||
let
|
||||
@@ -25,12 +25,5 @@
|
||||
navidrome_env = default;
|
||||
yamtrack_env = default;
|
||||
};
|
||||
templates = {
|
||||
"gitea_runner.env".content = ''
|
||||
GITEA_INSTANCE_URL=${config.services.gitea.settings.server.ROOT_URL}
|
||||
GITEA_RUNNER_NAME="Runner"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN=${config.sops.placeholder.gitea_registration_token}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,14 +11,4 @@
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
|
||||
config.virtualisation.oci-containers.containers.gitea-act-runner = {
|
||||
image = "docker.io/gitea/act_runner:latest";
|
||||
environmentFiles = [
|
||||
config.sops.templates."gitea_runner.env".path
|
||||
];
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user