Add nameserver host definition.
This commit is contained in:
8
hosts/nameserver.nix
Normal file
8
hosts/nameserver.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user