refactored system
This commit is contained in:
parent
6a62e2f23f
commit
386d889455
55 changed files with 336 additions and 580 deletions
16
system/mail-server/default.nix
Normal file
16
system/mail-server/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./postfix.nix
|
||||
./dkim.nix
|
||||
./dovecot.nix
|
||||
./roundcube.nix
|
||||
];
|
||||
|
||||
security.acme.certs."${config.networking.domain}".reloadServices = [
|
||||
"nginx"
|
||||
"dovecot2"
|
||||
"postfix"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue