Compare commits

...

2 commits

Author SHA1 Message Date
Chris Kruining
6d7867b45c
update fogejo runner image
All checks were successful
Test action / Print hello world (push) Successful in 1s
2025-09-03 17:24:43 +02:00
Chris Kruining
7c75cab11b
improve podman config 2025-09-03 17:24:27 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -136,10 +136,10 @@ in
# tokenFile = config.age.secrets.forgejo-runner-token.path;
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
labels = [
"default:docker://node:22-bullseye"
"default:docker://node:24-bookworm"
];
settings = {
log.level = "info";
};
};
};

View file

@ -12,6 +12,7 @@ in
config = mkIf cfg.enable {
virtualisation = {
containers.enable = true;
oci-containers.backend = "podman";
podman = {
enable = true;