modules.services.podman: fix

This commit is contained in:
2025-06-15 13:40:45 +08:00
parent c8d6ec6ff6
commit 4d42334ed7

View File

@@ -6,7 +6,11 @@ inputs:
{
virtualisation =
{
containers.enable = true;
containers =
{
enable = true;
containersConf.settings.network.firewall_driver = "nftables";
};
podman =
{
enable = true;