feat: updates ?
This commit is contained in:
+3
-7
@@ -11,18 +11,14 @@ in
|
||||
swap = 512;
|
||||
};
|
||||
system = {
|
||||
importConfig = [
|
||||
../config/mail-postfix.nix
|
||||
];
|
||||
port = 80;
|
||||
additionalPorts = [
|
||||
25 # smtp
|
||||
465 # smtps
|
||||
];
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
enableSubmission = true;
|
||||
enableSubmissions = true;
|
||||
mailname = "mail.m0rel.eu";
|
||||
domain = "plg.m0rel.eu";
|
||||
};
|
||||
};
|
||||
logging = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user