Compare commits

...

2 commits

Author SHA1 Message Date
Payas Relekar
0522b8b006 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.
2023-11-14 14:06:30 +05:30
Payas Relekar
6c566251fd flake.lock: 2023_11_14
• Updated input 'home-manager':
    'github:nix-community/home-manager/691cbcc03af6ad1b5384c0e0e0b5f2298f58c5ce' (2023-11-11)
  → 'github:nix-community/home-manager/280721186ab75a76537713ec310306f0eba3e407' (2023-11-12)
2023-11-14 13:32:54 +05:30
6 changed files with 16 additions and 6 deletions

View file

@ -108,11 +108,11 @@
]
},
"locked": {
"lastModified": 1699663185,
"narHash": "sha256-hI3CZPINBWstkMN+ptyzWibw5eRtFCiEvO7zR61bGBs=",
"lastModified": 1699783872,
"narHash": "sha256-4zTwLT2LL45Nmo6iwKB3ls3hWodVP9DiSWxki/oewWE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "691cbcc03af6ad1b5384c0e0e0b5f2298f58c5ce",
"rev": "280721186ab75a76537713ec310306f0eba3e407",
"type": "github"
},
"original": {

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 ];
}