63 current 2025-10-07 22:22:40 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 22:30:02 -05:00
parent b8c9e89f5b
commit 0946fe2f8a

View File

@@ -49,7 +49,7 @@ in
ROCKET_ADDRESS = "0.0.0.0"; ROCKET_ADDRESS = "0.0.0.0";
ROCKET_PORT = cfg.port; ROCKET_PORT = cfg.port;
SIGNUPS_ALLOWED = true; SIGNUPS_ALLOWED = true;
ADMIN_TOKEN = builtins.readFile /home/blake/.nix/.keyring/vaultwarden_admin_token; DISABLE_ADMIN_TOKEN = true;
EXPERIMENTAL_CLIENT_FEATURE_FLAGS = "fido2-vault-credentials,autofill-overlay,autofill-v2,inline-menu-positioning-improvements,ssh-key-vault-item"; EXPERIMENTAL_CLIENT_FEATURE_FLAGS = "fido2-vault-credentials,autofill-overlay,autofill-v2,inline-menu-positioning-improvements,ssh-key-vault-item";
# The following flags are available: # The following flags are available:
# - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials. # - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials.