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;
|
||||
system.nssModules = lib.mkForce [ ];
|
||||
|
||||
environment.systemPackages = [ pkgs.inetutils ];
|
||||
|
||||
fudo.mail.postfix = {
|
||||
enable = true;
|
||||
debug = cfg.debug;
|
||||
|
|
Loading…
Reference in New Issue