0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 20:16:16 +03:00

Merge pull request #209927 from thanegill/patch-4

This commit is contained in:
Sandro 2023-01-11 02:47:07 +01:00 committed by GitHub
commit 32eceb420a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ in
};
})
];
podman.defaultNetwork.dnsname.enable = true;
podman.defaultNetwork.settings.dns_enabled = true;
};
};
}