services.librenms.nginx.basicAuth
NixOS option
Basic Auth protection for a vhost. WARNING: This is implemented to store the password in plain text in the Nix store.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/monitoring/librenms.nixView source on NixOS/nixpkgs →{
user = "password";
};