mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
fix build on linux
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "/Users/${config.user}/mail";
|
||||
maildirBasePath = "$HOME/mail";
|
||||
accounts = {
|
||||
home = let address = "${config.user}@${config.mailServer}";
|
||||
in {
|
||||
@ -68,7 +68,7 @@
|
||||
mu.enable = false;
|
||||
notmuch.enable = false;
|
||||
passwordCommand =
|
||||
"${pkgs.age}/bin/age --decrypt --identity /Users/${config.user}/.ssh/id_ed25519 ${
|
||||
"${pkgs.age}/bin/age --decrypt --identity /home/${config.user}/.ssh/id_ed25519 ${
|
||||
builtins.toString ./mailpass.age
|
||||
}";
|
||||
smtp = {
|
||||
|
Reference in New Issue
Block a user