1
0
Fork 0

fix(nix): use podman

This commit is contained in:
Lucas Sta Maria 2025-08-18 10:27:02 +00:00
parent 2dd7c336e8
commit 6738785912
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -49,7 +49,7 @@
};
};
virtualisation.docker.enable = true;
virtualisation.podman.enable = true;
services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;