feat: updates ?

This commit is contained in:
Xavier Morel
2026-06-24 15:56:42 +02:00
parent ab98aeb897
commit 16eded0455
25 changed files with 109 additions and 83 deletions
+3 -7
View File
@@ -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;