From a182db48617969455f7a6cd642678e50ae41b78f Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 22:04:22 -0500 Subject: [PATCH] 56 current 2025-10-07 22:03:35 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/homelab/services/vaultwarden/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0fe1f4c..5e16129 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 55 current 2025-10-07 21:40:00 25.05.20251001.5b5be50 6.12.49 * +# generation: 56 current 2025-10-07 22:03:35 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/vaultwarden/default.nix b/modules/homelab/services/vaultwarden/default.nix index 74b9307..a138f97 100644 --- a/modules/homelab/services/vaultwarden/default.nix +++ b/modules/homelab/services/vaultwarden/default.nix @@ -49,7 +49,7 @@ in ROCKET_ADDRESS = "0.0.0.0"; ROCKET_PORT = cfg.port; SIGNUPS_ALLOWED = 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: # - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials. # - "autofill-v2": Use the new autofill implementation.