nixos/vaultwarden: add example for .domain option (#515814)

This commit is contained in:
Arne Keller
2026-07-20 15:37:02 +00:00
committed by GitHub

View File

@@ -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.";
};