fix vw smtp config
This commit is contained in:
parent
27492ea730
commit
c31744739f
3 changed files with 12 additions and 4 deletions
|
|
@ -1,10 +1,14 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, constants, ... }:
|
||||
|
||||
let
|
||||
inherit (constants.services.mailserver) subdomain;
|
||||
in
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.mailserver ];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
inherit subdomain;
|
||||
stateVersion = 3;
|
||||
accounts = {
|
||||
sid = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue