Add nameserver host definition.

This commit is contained in:
niten 2023-11-17 11:15:45 -08:00
parent b83750e220
commit e6c6170bf5
1 changed files with 8 additions and 0 deletions

8
hosts/nameserver.nix Normal file
View File

@ -0,0 +1,8 @@
{
description = "Primary Fudo.org nameserver";
admin-email = "admin@fudo.org";
domain = "fudo.org";
site = "portage";
# Running in a container
nixos-system = false;
}