From 7f98603e5fe15ea924d739c0be7e4b572089f7ad Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 7 Jul 2024 12:47:37 -0500 Subject: [PATCH] update deprecated type --- nixos/modules/nixos/services/bind/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/nixos/services/bind/default.nix b/nixos/modules/nixos/services/bind/default.nix index aaac213..4500f3b 100644 --- a/nixos/modules/nixos/services/bind/default.nix +++ b/nixos/modules/nixos/services/bind/default.nix @@ -9,7 +9,7 @@ in enable = mkEnableOption "bind"; package = mkPackageOption pkgs "bind" { }; extraConfig = mkOption { - type = types.string; + type = types.str; }; };