fix: update AI Mailer configuration, adjust polling interval, and modify logging level
feat: update NixOS channel to 25.05 and remove unused unstable imports fix: correct keyboard layout configuration in sway feat: update ai-mailer package source and hash
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
imap:
|
||||
server: "imap.gmail.com"
|
||||
port: 993
|
||||
username: "tandem@paraclub.at"
|
||||
username: "it@paraclub.at"
|
||||
password: "file://${config.sops.secrets.ai-mailer-imap-password.path}"
|
||||
mailbox_in: "INBOX"
|
||||
draft_box: "%5BGmail%5D/Entw%C3%BCrfe"
|
||||
draft_box: "[Gmail]/Entwürfe"
|
||||
processed_box: "INBOX/Done"
|
||||
use_tls: true
|
||||
|
||||
@@ -45,10 +45,10 @@
|
||||
- "https://paraclub.at/de/ausbildung/kosten/"
|
||||
|
||||
polling:
|
||||
interval: "30s"
|
||||
interval: "300s"
|
||||
|
||||
logging:
|
||||
level: "debug"
|
||||
level: "info"
|
||||
file_path: "/var/log/ai-mailer/ai-mailer.log"
|
||||
'';
|
||||
};
|
||||
@@ -96,5 +96,9 @@
|
||||
RestrictSUIDSGID = true;
|
||||
CapabilityBoundingSet = "";
|
||||
};
|
||||
|
||||
restartTriggers = [
|
||||
"/etc/ai-mailer/config.yaml"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user