You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: The option `services.gnome.gnome-keyring.enable' has conflicting definition values:
- In `/nix/store/fkx24s5smqs2xw88n7yx3xy2jk1gx80l-source/profiles/gnome': false
- In `/nix/store/da9dyx30lsdgw2x2gnxkc88aq1d9fwik-source/nixos/modules/services/x11/desktop-managers/gnome.nix': true
I should be able to disable gnome.gnome-keyring.enable. Or maybe there should be an option to override org.freedesktop.secrets.service Exec as described in this Issue.?
BenediktBroich
changed the title
Can't disable services.gnome.gnome-keyring to replace it with services.pass-secret-service
Can't disable services.gnome.gnome-keyring to replace it with home manager services.pass-secret-service
Nov 18, 2022
You can use lib.mkForce to override the option. I think we did not make the gnome-keyring option just enabled by default because we were not sure if something won’t seriously break without the service.
Describe the bug
Can't disable
services.gnome.gnome-keyring.enable = false;
to replace it withservices.passSecretService.enable= true;
or home managerservices.pass-secret-service.enable= true;
whenservices.xserver.desktopManager.gnome.enable = true;
is enabled.But i get following error.
Steps To Reproduce
configuration.nix
Home Manager
Expected behavior
I should be able to disable gnome.gnome-keyring.enable. Or maybe there should be an option to override org.freedesktop.secrets.service Exec as described in this Issue.?
Screenshots
Additional context
Last patch
Source
Issue insights
busctl --user | grep secret
output:org.freedesktop.secrets 21200 .gnome-keyring- bene :1.163 [email protected] - -
pass_secret_service
Related Issues
Notify maintainers
Pass Secret Service Maintainer
@aidalgol you are the maintainer of
services.passSecretService
so maybe you have some insights.Gnome Maintainers
@bobby285271 @hedning @jtojnar @dasj19 @maxeaubrey
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Thanks for you help!
The text was updated successfully, but these errors were encountered: