14 lines
206 B
Nix
14 lines
206 B
Nix
{ ... }:
|
|
|
|
{
|
|
pepe.core.dns = {
|
|
enable = true;
|
|
nextDNSId = "d65174";
|
|
extraDomains = {
|
|
"architect.devs.giugl.io" = {
|
|
dnsInterfaces = [ "lan" "tailscale" ];
|
|
};
|
|
};
|
|
};
|
|
}
|