{ pkgs, config, ... }: { services.inadyn = { # TODO wait for fix # https://github.com/troglobit/inadyn/issues/483 enable = false; settings.provider.porkbun = { checkip-server = "icanhazip.com"; username = config.age.secrets.porkbun-user.path; # public key password = config.age.secrets.porkbun.path; # private key #hostname = [ # "4o1x5.dev" # "*.4o1x5.dev" #]; ssl = true; ttl = 600; }; }; }