From 6900c4a1722a0dd087b00686ddb87acec3891439 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 18 Sep 2023 18:28:36 -0400 Subject: [PATCH] vaultwarden: add domain --- hosts/sakura/services/vaultwarden.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakura/services/vaultwarden.nix b/hosts/sakura/services/vaultwarden.nix index 3c5b468..89594ea 100644 --- a/hosts/sakura/services/vaultwarden.nix +++ b/hosts/sakura/services/vaultwarden.nix @@ -4,6 +4,7 @@ package = pkgs.vaultwarden-postgresql; dbBackend = "postgresql"; config = { + DOMAIN = "https://vault.notohh.dev/"; SIGNUPS_ALLOWED = false; DATABASE_URL = "postgresql://vaultwarden:vaultwarden@192.168.1.211:5432/vaultwarden"; LOG_LEVEL = "Info";