Compare commits

..

No commits in common. "6d7867b45c24ed8b41ae1061f318af673bb393e6" and "44e7a6fa0fd33ad37905a882149c9a39cdebf370" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -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:24-bookworm" "default:docker://node:22-bullseye"
]; ];
settings = { settings = {
log.level = "info";
}; };
}; };
}; };

View file

@ -12,7 +12,6 @@ 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;