mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.podman: fix
This commit is contained in:
@@ -6,7 +6,11 @@ inputs:
|
||||
{
|
||||
virtualisation =
|
||||
{
|
||||
containers.enable = true;
|
||||
containers =
|
||||
{
|
||||
enable = true;
|
||||
containersConf.settings.network.firewall_driver = "nftables";
|
||||
};
|
||||
podman =
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user