thinkpad-nixos: Prevent local deletion

This commit is contained in:
traxys 2025-08-18 10:59:28 +02:00
parent 4c37f54e0d
commit ee1a50dc53

View file

@ -427,9 +427,14 @@ in
enable = true;
create = "maildir";
subFolders = "Verbatim";
extraConfig.account = {
AuthMechs = "LOGIN";
Timeout = 0;
extraConfig = {
account = {
AuthMechs = "LOGIN";
Timeout = 0;
};
channel = {
Sync = ["Pull" "New" "Upgrade"];
};
};
};
passwordCommand = "echo foobar";