Add ping to imap, to test network
This commit is contained in:
parent
bed75d392b
commit
593d3db4a5
|
@ -307,6 +307,8 @@ in {
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
system.nssModules = lib.mkForce [ ];
|
system.nssModules = lib.mkForce [ ];
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.inetutils ];
|
||||||
|
|
||||||
fudo.mail.postfix = {
|
fudo.mail.postfix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
debug = cfg.debug;
|
debug = cfg.debug;
|
||||||
|
|
Loading…
Reference in New Issue