mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
nixos/vaultwarden: add example for .domain option
Adding an example provides necessary guideline for how the format should be (i.e. without leading https://, else the domain is added as a base path, e.g. /vaultwarden.example.com). The example was chosen to match the example config (bitwarden.example.com).
This commit is contained in:
@@ -173,6 +173,7 @@ in
|
||||
domain = lib.mkOption {
|
||||
type = with lib.types; nullOr str;
|
||||
default = null;
|
||||
example = "bitwarden.example.com";
|
||||
description = "The domain under which VaultWarden will be reachable.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user