Removing nullmailer

This commit is contained in:
Lyes Saadi 2025-10-15 03:51:53 +02:00
parent 1898f95ac8
commit 9e23ce9d90
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 0 additions and 21 deletions

View file

@ -1,10 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [
./nullmailer.nix
];
services.openssh.enable = true; services.openssh.enable = true;
boot.swraid = { boot.swraid = {

View file

@ -1,17 +0,0 @@
{ ... }:
{
services.nullmailer = {
enable = true;
setSendmail = true;
config = {
remotes = ''
taf.lyes.eu smtp
'';
adminaddr = "root@lyes.eu";
defaulthost = "lyes.eu";
allmailfrom = "root@lyes.eu";
};
};
}