Compare commits
2 commits
44e7a6fa0f
...
6d7867b45c
Author | SHA1 | Date | |
---|---|---|---|
|
6d7867b45c | ||
|
7c75cab11b |
2 changed files with 3 additions and 2 deletions
|
@ -136,10 +136,10 @@ in
|
||||||
# tokenFile = config.age.secrets.forgejo-runner-token.path;
|
# tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||||
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
|
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
|
||||||
labels = [
|
labels = [
|
||||||
"default:docker://node:22-bullseye"
|
"default:docker://node:24-bookworm"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
|
log.level = "info";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,6 +12,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
containers.enable = true;
|
containers.enable = true;
|
||||||
|
oci-containers.backend = "podman";
|
||||||
|
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue