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