more macos hacks

This commit is contained in:
Noah Masur
2022-06-18 15:45:51 -04:00
parent e2189397fc
commit 518d788c73
5 changed files with 13 additions and 10 deletions

View File

@ -19,7 +19,7 @@
};
accounts.email = {
maildirBasePath = "/home/${config.user}/mail";
maildirBasePath = "/Users/${config.user}/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 /home/${config.user}/.ssh/id_ed25519 ${
"${pkgs.age}/bin/age --decrypt --identity /Users/${config.user}/.ssh/id_ed25519 ${
builtins.toString ./mailpass.age
}";
smtp = {