Allow server to be imported, deprioritize Jimbo. Those who nose.
This commit is contained in:
parent
5f0edcbb09
commit
d873588c59
42 changed files with 228 additions and 207 deletions
|
@ -3,19 +3,19 @@
|
|||
imports = [ ./nginx ];
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
enable = config.system.server.enable;
|
||||
config = {
|
||||
DOMAIN = "https://warden.${config.domains.jim1}";
|
||||
DOMAIN = "https://warden.${config.domains.p1}";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8222;
|
||||
ROCKET_LOG = "critical";
|
||||
|
||||
# Smtp email
|
||||
SMTP_HOST = "mx.${config.domains.jim1}";
|
||||
SMTP_FROM = "noreply@${config.domains.jim1}";
|
||||
SMTP_HOST = "mx.${config.domains.p1}";
|
||||
SMTP_FROM = "noreply@${config.domains.p1}";
|
||||
SMTP_FROM_NAME = "Vaultwarden";
|
||||
SMTP_USERNAME = "noreply@${config.domains.jim1}";
|
||||
SMTP_USERNAME = "noreply@${config.domains.p1}";
|
||||
SMTP_PASSWORD = config.secrets.noreplyPassword;
|
||||
SMTP_SECURITY = "starttls";
|
||||
SMTP_PORT = 587;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue