feat: nginx reverse proxy that shi
This commit is contained in:
parent
411755a47e
commit
8fc518d422
13 changed files with 98 additions and 58 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
age.secrets.mail-admin = {
|
||||
file = ../../secrets/mail-admin.age;
|
||||
owner = "virtualMail";
|
||||
|
|
@ -8,7 +12,7 @@
|
|||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "mail.sprechtl.me";
|
||||
domains = [ "sprechtl.me" ];
|
||||
domains = ["sprechtl.me"];
|
||||
|
||||
# A list of all login accounts. To create the password hashes, use
|
||||
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue