add note on podman attempt

This commit is contained in:
Kiara Grouwstra 2025-07-07 09:43:04 +02:00
parent 498e5a17b4
commit 24dd3dacc7
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -98,6 +98,7 @@ in
}; };
virtualisation = { virtualisation = {
## For the Docker mode of the runner. ## For the Docker mode of the runner.
## Podman seemed to error on: `requested access to the resource is denied`.
docker.enable = true; docker.enable = true;
containers.containersConf.settings = { containers.containersConf.settings = {
# podman (at least) seems to not work with systemd-resolved # podman (at least) seems to not work with systemd-resolved