made podman the default oci runtime

removed the bootloader from the core table in markdown
This commit is contained in:
2026-07-07 00:06:35 -05:00
parent 0b4d797202
commit 43a1af6a17
2 changed files with 18 additions and 22 deletions
+8 -4
View File
@@ -10,11 +10,15 @@ in
{
config = lib.mkMerge [
(lib.mkIf cfg.podman.enable {
virtualisation.podman = {
enable = true;
virtualisation = {
oci-containers.backend = "podman";
podman = {
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
};
# For rootless containers