12 lines
172 B
Nix
12 lines
172 B
Nix
_: {
|
|
virtualisation = {
|
|
podman = {
|
|
enable = true;
|
|
defaultNetwork = {
|
|
settings = {
|
|
dns_enabled = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|