reNixos/viola/virtualisation/docker.nix
s0me1newithhand7s 793b14918a viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 18:48:47 +03:00

12 lines
172 B
Nix

_: {
virtualisation = {
podman = {
enable = true;
defaultNetwork = {
settings = {
dns_enabled = true;
};
};
};
};
}