services.newt.blueprint

Blueprint for declarative settings, see Newt Blueprint docs for more information.

Type
YAML 1.1 value
Default
{ }
Example
{
  proxy-resources = {
    jellyfin = {
      auth = {
        sso-enabled = true;
      };
      full-domain = "jfn.example.com";
      name = "Jellyfin";
      protocol = "http";
      targets = [
        {
          hostname = "localhost";
          method = "http";
          port = 8096;
        }
      ];
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/newt.nix>