infrastructure/hosts/olympus/bastion/containers/dns.nix
Vivian 868112e4cc
Some checks failed
Lint / lint (push) Failing after 2m38s
various updates
2024-03-18 17:12:51 +01:00

8 lines
134 B
Nix

{ ... }: {
imports = [ ./common.nix ];
services.v.dns = {
enable = true;
openFirewall = true;
mode = "server";
};
}