Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-09 15:20:12 +02:00
committed by GitHub
parent 27a0a10918
commit 82d223016b

View File

@@ -71,7 +71,7 @@
mail_smtpmode = "sendmail"; mail_smtpmode = "sendmail";
mail_sendmailmode = "pipe"; mail_sendmailmode = "pipe";
}; };
autoUpdateApps = true; autoUpdateApps.enable = true;
}; };
}; };