nixos/vaultwarden: Update for prod use

This commit is contained in:
2023-08-06 15:09:57 +01:00
parent 96bf8bc3ee
commit 690dd6e70e
2 changed files with 18 additions and 11 deletions

View File

@@ -83,6 +83,8 @@ in
SMTP_PORT = 587;
SMTP_USERNAME = "pass@nul.ie";
SMTP_TIMEOUT = 15;
PUSH_ENABLED = true;
};
environmentFile = config.age.secrets."vaultwarden.env".path;
};