mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
nixos/vaultwarden: add example for .domain option (#515814)
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