fixed stuff
This commit is contained in:
parent
f9413c476c
commit
2482644028
58 changed files with 296 additions and 339 deletions
9
home/afoucaultc/packages/protonmail.nix
Normal file
9
home/afoucaultc/packages/protonmail.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# agent pour les clés gpg demandées par protonmail
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
services.protonmail-bridge.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue