add pass to protonmail-bridge path
This commit is contained in:
parent
b839e40ede
commit
11cb74ce0d
2 changed files with 7 additions and 2 deletions
|
@ -137,7 +137,11 @@
|
|||
programs.steam.enable = true;
|
||||
programs.steam.remotePlay.openFirewall = true;
|
||||
|
||||
services.protonmail-bridge.enable = true;
|
||||
# This desperately needs moving to home.nix but the home-manager module is not yet available
|
||||
services.protonmail-bridge = {
|
||||
enable = true;
|
||||
path = [ pkgs.pass-secret-service ]
|
||||
};
|
||||
|
||||
# protonmail daemon config
|
||||
# systemd.user.services.protonmail-bridge = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue