mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Fixed mbsync not able to use cat
This commit is contained in:
parent
adb104946e
commit
29198ae459
2 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ with lib;
|
|||
msmtp.enable = true;
|
||||
primary = true;
|
||||
realName = "Julien Malka";
|
||||
passwordCommand = "cat /home/julien/.config/ens-mail-passwd";
|
||||
passwordCommand = "${pkgs.coreutils}/bin/cat /home/julien/.config/ens-mail-passwd";
|
||||
smtp = {
|
||||
host = "clipper.ens.fr";
|
||||
};
|
||||
|
@ -38,8 +38,8 @@ with lib;
|
|||
};
|
||||
services.mbsync = {
|
||||
enable = true;
|
||||
frequency = "*-*-* *:*:00";
|
||||
verbose = false;
|
||||
frequency = "minutely";
|
||||
verbose = true;
|
||||
};
|
||||
xdg.configFile = {
|
||||
"neomutt/neomuttrc".source = lib.mkForce ./neomuttrc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue