phoebe: setup gmail

Uses a new app-password, but same name so I don't have to modify the
gmail module.

Oh, also moved hermes/mail.nix to modueles/mail/gmail.nix because now it
is shared.
This commit is contained in:
Payas Relekar 2023-11-14 14:06:30 +05:30
parent 6c566251fd
commit 0522b8b006
5 changed files with 13 additions and 3 deletions

View file

@ -5,9 +5,9 @@
../../modules/common-home.nix
../../modules/neovim/nvim.nix
../../modules/emacs/emacs.nix
../../modules/mail/gmail.nix
./dev-home.nix
./mail.nix
];
home.packages = with pkgs; [

View file

@ -5,9 +5,9 @@
../../modules/common-home.nix
../../modules/neovim/nvim.nix
../../modules/emacs/emacs.nix
../../modules/mail/gmail.nix
./dev-home.nix
# ./mail.nix
];
home.packages = with pkgs; [

View file

@ -0,0 +1,8 @@
age-encryption.org/v1
-> ssh-ed25519 dy7D9w Esljkc5Q8LGLgwHU8Dv+umJSNTah3xWK2SCaztnVazM
NARXfEwn33aSDPugF5LXycJ4FBUiAk5978dI3qR8jzs
-> u-grease 6 -'+Z rAF!9z>S 2SlX-
ij6JjN9H+Le9ZUOVxa5DPwe9r2rc7imh10vxf7G4YIKTGEAoAeQ9fpccx+zexVs+
Qo+seA
--- 99OkOpeoxJhfYTm6hPPj6KuTkTOfDracO9yhyily+W4
s:(çÕ<Ÿ|w :\FåNç%COýôä<C3B4>$yñä–‘ëë£÷Šr«ãIwª<zÊZ“ø

View file

@ -1,4 +1,6 @@
let
ageKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPziuF0B4Vj/W434rpshcvQu2KieXjGc8HnwymLapyLu nixos@enterprise";
in
{ }
{
"mu4e_gmail.age".publicKeys = [ ageKey ];
}