Add ping to imap, to test network

This commit is contained in:
niten 2024-01-12 10:57:27 -08:00
parent bed75d392b
commit 593d3db4a5
1 changed files with 2 additions and 0 deletions

View File

@ -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;