mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-03 11:18:18 +02:00
Fix maddy config
This commit is contained in:
parent
77084cad7e
commit
a6c8eee541
1 changed files with 7 additions and 2 deletions
|
@ -63,10 +63,15 @@
|
|||
];
|
||||
openFirewall = true;
|
||||
|
||||
tls.loader = "file";
|
||||
tls.certificates = [{
|
||||
keyPath = "/var/lib/acme/$(hostname)/key.pem";
|
||||
certPath = "/var/lib/acme/$(hostname)/fullchain.pem";
|
||||
}];
|
||||
|
||||
config = ''
|
||||
$(relay_domains) = kevink.dev 1in9.net 1in1.net
|
||||
|
||||
tls file /var/lib/acme/$(hostname)/fullchain.pem /var/lib/acme/$(hostname)/key.pem
|
||||
|
||||
auth.pass_table local_authdb {
|
||||
table sql_table {
|
||||
|
@ -249,4 +254,4 @@
|
|||
|
||||
system.stateVersion = "22.11"; # No touchy.
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue