mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
adapted config
This commit is contained in:
parent
5cbfafedde
commit
11b847783b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [ ./forgejo-smtp.nix ];
|
||||
sops.secrets.smtp_address = { };
|
||||
sops.secrets.smtp_password = { };
|
||||
|
||||
|
@ -21,7 +22,6 @@
|
|||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
SMTP_ADDR = config.sops.secrets.smtp_address;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue