mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
rinnosuke: rework to move DNS records into separate target
This commit is contained in:
parent
f592f34430
commit
dbf80fbe36
5 changed files with 25 additions and 6 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue