improve podman config

This commit is contained in:
Chris Kruining 2025-09-03 17:24:27 +02:00
parent 44e7a6fa0f
commit 7c75cab11b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

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