diff options
-rw-r--r-- | config/dns.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dns.nix b/config/dns.nix index 0741119..c9b44f9 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -2,7 +2,7 @@ # dnssec-keygen -K /secret/keys/example.net example.net { config, lib, pkgs, ... }: let - masterZones = [ "tommvo.com" "orbekk.com" "orbekk.no" "kufieta.net" ]; + masterZones = [ "tommvo.com" "orbekk.com" "orbekk.no" ]; zone-files = pkgs.callPackage ../pkgs/zone-files/default.nix { }; in { |