From 38c01bd3c08c037282cd92f3662a13942d672259 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 21 Oct 2025 11:19:44 +0200 Subject: [PATCH] fix: add protocol to vaultwarden domain Signed-off-by: Lander Van den Bulcke --- hosts/hosting-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hosting-01/default.nix b/hosts/hosting-01/default.nix index b9e3d86..8ffc673 100644 --- a/hosts/hosting-01/default.nix +++ b/hosts/hosting-01/default.nix @@ -160,7 +160,7 @@ in enable = true; dbBackend = "postgresql"; config = { - DOMAIN = "bitwarden.kinkystar.com"; + DOMAIN = "https://bitwarden.kinkystar.com"; ROCKET_PORT = 8222; }; environmentFile = config.sops.secrets.vaultwarden.path;