adds required packages
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user