7 lines
105 B
Nix
7 lines
105 B
Nix
{ ... }: {
|
|
services.v.dns = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
mode = "server";
|
|
};
|
|
}
|