feat: add gitea actions (?)
This commit is contained in:
@@ -28,12 +28,24 @@
|
||||
type = "tar.gz";
|
||||
};
|
||||
};
|
||||
# gitea-actions-runner.instances.default = {
|
||||
# enable = true;
|
||||
# labels = [
|
||||
# "test"
|
||||
# "nixos"
|
||||
# ];
|
||||
# };
|
||||
gitea-actions-runner.instances.nixos = {
|
||||
name = "nixos";
|
||||
enable = true;
|
||||
hostPackages = with pkgs; [
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
gawk
|
||||
gitMinimal
|
||||
gnused
|
||||
wget
|
||||
devenv
|
||||
];
|
||||
labels = [
|
||||
"native:host"
|
||||
];
|
||||
tokenFile = config.age.secrets.gitea-action-token.path;
|
||||
url = "https://${tools.build_hostname "git"}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user