Set protonmail-bridge config to use secret-service-dbus
This commit is contained in:
parent
266f4959b2
commit
6923f09f54
|
@ -14,6 +14,9 @@
|
||||||
systemctl --user restart davmail
|
systemctl --user restart davmail
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
xdg.configFile."protonmail/bridge-v3/keychain.json".text = builtins.toJSON {
|
||||||
|
Helper = "secret-service-dbus";
|
||||||
|
};
|
||||||
accounts.email = {
|
accounts.email = {
|
||||||
maildirBasePath = "Mail";
|
maildirBasePath = "Mail";
|
||||||
accounts = let
|
accounts = let
|
||||||
|
|
Loading…
Reference in a new issue