feat: stalwart proxy with ldap directory
This commit is contained in:
parent
d7cf0baf67
commit
854caa3742
12 changed files with 229 additions and 87 deletions
|
|
@ -56,6 +56,7 @@ in
|
|||
hostname = "nextcloud.net.dn";
|
||||
dataBackupPath = "/mnt/backup_dn";
|
||||
dbBackupPath = "/mnt/backup_dn";
|
||||
adminpassFile = config.sops.secrets."nextcloud/adminPassword".path;
|
||||
})
|
||||
(import ../../modules/vaultwarden.nix {
|
||||
domain = "bitwarden.net.dn";
|
||||
|
|
@ -95,6 +96,7 @@ in
|
|||
|
||||
mail-server = {
|
||||
enable = true;
|
||||
configuraACME = true;
|
||||
mailDir = "~/Maildir";
|
||||
caFile = "" + ../../extra/ca.crt;
|
||||
virtualMailDir = "/var/mail/vhosts";
|
||||
|
|
@ -127,7 +129,7 @@ in
|
|||
../../../home/user/config.nix
|
||||
../../../home/user/direnv.nix
|
||||
../../../home/user/environment.nix
|
||||
../../../home/user/nvf.nix
|
||||
../../../home/user/nvf
|
||||
../../../home/user/shell.nix
|
||||
../../../home/user/tmux.nix
|
||||
../../../home/user/yazi.nix
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ let
|
|||
allowedIPs = [ "10.0.0.8/32" ];
|
||||
}
|
||||
];
|
||||
|
||||
meshRoute = [
|
||||
{
|
||||
# pre7780.dn
|
||||
|
|
@ -150,6 +151,12 @@ let
|
|||
publicKey = "K6Pd69/Hfu4ceCAp/JbeEL2QQ+/4ohugW1lAOxHFKDA=";
|
||||
allowedIPs = [ "10.0.0.147/32" ];
|
||||
}
|
||||
{
|
||||
# GCP
|
||||
dns = "gcp";
|
||||
publicKey = "5th0G9c7vHrhcByvPJAbrn2LXjLPqDEMsHzda0FGUTQ=";
|
||||
allowedIPs = [ "10.0.0.148/32" ];
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue