mkdefault

This commit is contained in:
alisceon 2025-09-30 20:04:10 +02:00
parent 355229103a
commit c9cd95553f

View file

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-unstable, ... }:
{ config, pkgs, pkgs-unstable, lib, ... }:
{
boot.kernel.sysctl = {
@ -111,7 +111,7 @@
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
dockerCompat = lib.mkDefault true;
defaultNetwork.settings.dns_enabled = true;
}; # end podman
oci-containers.backend = "podman";