From c4a2215822b1e6a322f8821cb857999ede7102aa Mon Sep 17 00:00:00 2001 From: min Date: Thu, 26 Feb 2026 03:57:33 -0500 Subject: [PATCH] Fix double --- nixos/hosts/silver/services/vaultwarden.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/silver/services/vaultwarden.nix b/nixos/hosts/silver/services/vaultwarden.nix index 6fdff6e..b3ebb09 100644 --- a/nixos/hosts/silver/services/vaultwarden.nix +++ b/nixos/hosts/silver/services/vaultwarden.nix @@ -21,7 +21,7 @@ in { SHOW_PASSWORD_HINT = false; ROCKET_ADDRESS = httpIntAddr; - ROCKET_PORT = 14210; + ROCKET_PORT = httpIntPort; }; }; }