mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-19 21:30:57 +01:00
thinkpad-nixos: Prevent local deletion
This commit is contained in:
parent
4c37f54e0d
commit
ee1a50dc53
1 changed files with 8 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue