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:
2025-05-30 00:21:07 +02:00
parent 640ad93684
commit a36b1e8310
11 changed files with 50 additions and 54 deletions

View File

@@ -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"
];
};
}