8 lines
134 B
Nix
8 lines
134 B
Nix
{ ... }: {
|
|
imports = [ ./common.nix ];
|
|
services.v.dns = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
mode = "server";
|
|
};
|
|
}
|