53 current 2025-10-07 21:21:52 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -45,10 +45,10 @@ in
|
|||||||
services.vaultwarden = {
|
services.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
DOMAIN=domain;
|
DOMAIN = domain;
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = port;
|
ROCKET_PORT = cfg.port;
|
||||||
SIGNUPS_ALLOWED=true;
|
SIGNUPS_ALLOWED = true;
|
||||||
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials
|
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials
|
||||||
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user