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;