Skip to content

Commit

Permalink
nixos/hickory-dns: give settings.zone a freeformType
Browse files Browse the repository at this point in the history
like the toplevel hickory-dns.settings, options here are handled by the
hickory-dns binary: users should be able to specify options that the
nixos module has overlooked.
  • Loading branch information
uninsane committed Dec 8, 2024
1 parent 839585c commit 3715bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/networking/hickory-dns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let
);

zoneType = lib.types.submodule ({ config, ... }: {
freeformType = toml.type;
options = with lib; {
zone = mkOption {
type = types.str;
Expand Down

0 comments on commit 3715bf4

Please sign in to comment.