mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-13 12:28:34 +05:00
adds required packages
This commit is contained in:
parent
eadb6eca46
commit
92f1fe01bb
@ -27,4 +27,8 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
networking.hostName = host_prefix + "." + domain;
|
networking.hostName = host_prefix + "." + domain;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
dovecot opendkim openssh postfix clamav rspamd rmilter
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user