6 lines
169 B
Nix
6 lines
169 B
Nix
|
{pkgs, ...}: {
|
||
|
boot.enableContainers = false;
|
||
|
virtualisation.podman.enable = true;
|
||
|
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
||
|
}
|