services.pumpkin.settings.networking.java.authentication.textures.allowed_url_domains

NixOS option

Domains allowed to serve textures.

type: list of string
Default
[
  ".minecraft.net"
  ".mojang.com"
]
Example
[
  ".mydomain.example"
]
declared in: nixos/modules/services/games/pumpkin.nixView source on NixOS/nixpkgs →