infrastructure/hosts/olympus/bastion/containers/dns.nix
Vivian c3b00dda89
Some checks failed
Lint / lint (push) Has been cancelled
cleanup & updates
2024-09-09 08:36:20 +02:00

7 lines
105 B
Nix

{ ... }: {
services.v.dns = {
enable = true;
openFirewall = true;
mode = "server";
};
}