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