proton-pass-agent: switch to gui domain to prevent error accessing keyring

Fixes the following accessing issue:

```
Error accessing credential on keyring: PlatformFailure(Error { code: -25308, message: "User interaction is not allowed." })
```
This commit is contained in:
Thierry Delafontaine 2026-07-07 20:58:05 +02:00 committed by Austin Horstman
parent 2ad49968c3
commit 53ebbdc405
3 changed files with 0 additions and 5 deletions

View file

@ -104,7 +104,6 @@ in
launchd.agents.proton-pass-agent = {
enable = true;
domain = lib.mkDefault "user";
config = {
ProgramArguments = [
(lib.getExe pkgs.bash)

View file

@ -6,8 +6,6 @@
<true/>
<key>Label</key>
<string>org.nix-community.home.proton-pass-agent</string>
<key>LimitLoadToSessionType</key>
<string>Background</string>
<key>ProcessType</key>
<string>Background</string>
<key>ProgramArguments</key>

View file

@ -6,8 +6,6 @@
<true/>
<key>Label</key>
<string>org.nix-community.home.proton-pass-agent</string>
<key>LimitLoadToSessionType</key>
<string>Background</string>
<key>ProcessType</key>
<string>Background</string>
<key>ProgramArguments</key>