update deprecated type

This commit is contained in:
Joseph Hanson 2024-07-07 12:47:37 -05:00
parent 2a059a848d
commit 7f98603e5f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -9,7 +9,7 @@ in
enable = mkEnableOption "bind";
package = mkPackageOption pkgs "bind" { };
extraConfig = mkOption {
type = types.string;
type = types.str;
};
};