rinnosuke: rework to move DNS records into separate target

This commit is contained in:
kat witch 2021-08-31 01:57:40 +01:00
parent f592f34430
commit dbf80fbe36
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 25 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{ config, lib, ... }:
{ config, lib, ... }: with lib;
{
network = {
enable = true;
nftables.enable = true;
dns = {
enable = true;
enable = mkDefault true;
email = "acme@kittywit.ch";
tld = "kittywit.ch.";
};