Removing nullmailer
This commit is contained in:
parent
1898f95ac8
commit
9e23ce9d90
2 changed files with 0 additions and 21 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./nullmailer.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
boot.swraid = {
|
boot.swraid = {
|
||||||
|
|
|
||||||
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue