Set up local VPN on wireguard network
This commit is contained in:
parent
d6619a35fa
commit
6ea7bced38
2 changed files with 29 additions and 1 deletions
|
@ -11,7 +11,6 @@ in
|
|||
chvp.base.zfs.systemLinks = [
|
||||
{ path = "/var/lib/dhparams"; type = "cache"; }
|
||||
{ path = "/var/lib/dovecot"; type = "cache"; }
|
||||
{ path = "/var/lib/knot-resolver"; type = "cache"; }
|
||||
{ path = "/var/lib/opendkim"; type = "cache"; }
|
||||
{ path = "/var/lib/postfix"; type = "cache"; }
|
||||
{ path = "/var/lib/redis-rspamd"; type = "cache"; }
|
||||
|
@ -21,6 +20,7 @@ in
|
|||
enable = true;
|
||||
fqdn = "mail.vanpetegem.me";
|
||||
domains = [ "vanpetegem.me" "cvpetegem.be" "chvp.be" "accentor.tech" "toekomstlabo.be" ];
|
||||
localDnsResolver = false;
|
||||
loginAccounts = {
|
||||
"charlotte@vanpetegem.me" = {
|
||||
hashedPasswordFile = config.age.secrets."passwords/services/mail/charlotte@vanpetegem.me".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue