vaultwarden not fully working but fixes, sops...done?

This commit is contained in:
2024-06-24 19:32:38 -06:00
parent adc3505632
commit 04b3e065f7
4 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
enable = true;
dbBackend = "postgresql";
package = pkgs.vaultwarden;
environmentFile = config.sops.vaultwarden.path;
environmentFile = config.sops.secrets.vaultwarden.path;
config = {
ROCKET_ADDRESS = "${config.my.localhost}";
ROCKET_PORT = 8222;
@@ -23,9 +23,9 @@
LOG_LEVEL = "warn";
SMTP_HOST = config.my.localhost;
SMTP_PORT = 25;
SMTP_SSL = false;
SMTP_FROM = config.my.smtpemail;
SMTP_FROM_NAME = config.my.smtpemail;
SMTP_FROM_NAME = "Danilo Reyes";
SMTP_USERNAME = config.my.smtpemail;
};
};
nginx = {