adds required packages

This commit is contained in:
r-raymond 2016-07-21 18:31:46 +02:00 committed by GitHub
parent eadb6eca46
commit 92f1fe01bb

View file

@ -27,4 +27,8 @@ let
in
{
networking.hostName = host_prefix + "." + domain;
environment.systemPackages = with pkgs; [
dovecot opendkim openssh postfix clamav rspamd rmilter
];
}