67 current 2025-10-07 22:36:28 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 22:42:26 -05:00
parent 79391c0410
commit f899d0c2a7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 66 current 2025-10-07 22:35:33 25.05.20251001.5b5be50 6.12.49 * # generation: 67 current 2025-10-07 22:36:28 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -49,8 +49,8 @@ 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 = "yuh"; # ADMIN_TOKEN = "yuh";
# ADMIN_TOKEN = "${toString config.sops.secrets."vaultwarden_admin_token".path}"; ADMIN_TOKEN = "${toString config.sops.secrets."vaultwarden_admin_token".path}";
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.