services.strichliste.nginx.virtualHost.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/web-apps/strichliste.nixView source on NixOS/nixpkgs →{
user = "password";
};