diff --git a/hosts/alpha/knot-dns.nix b/hosts/alpha/knot-dns.nix index 5b1bc60..668023b 100644 --- a/hosts/alpha/knot-dns.nix +++ b/hosts/alpha/knot-dns.nix @@ -55,9 +55,10 @@ # Enable automatic DNSSEC signing on all zones. The KSK must be # configured in the parent zone. Use the following command to get the # required record(s): - # > nix shell nixpkgs#knot-dns -c sudo keymgr caspervk.net ds + # > sudo keymgr caspervk.net ds # [ ] # https://knot.readthedocs.io/en/master/configuration.html#automatic-dnssec-signing + # DNSSEC can be validated using https://dnsviz.net. dnssec-signing = "on"; dnssec-policy = "default"; # Knot overwrites the zonefiles with auto-generated DNSSEC records by