This commit is contained in:
Lyes Saadi 2025-12-18 14:37:04 +01:00
parent 5b2750f0c7
commit 581b972e18
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -1,5 +1,12 @@
{ pkgs, config, ... }: { { pkgs, config, ... }: {
virtualisation.podman.enable = true; virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.forgejo-runner; package = pkgs.forgejo-runner;