mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
gnome-keyring: fix pass-secret-service assertion (#3963)
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
78ceec68f2
commit
3f3fa731ad
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ in {
|
|||
(lib.hm.assertions.assertPlatform "services.gnome-keyring" pkgs
|
||||
lib.platforms.linux)
|
||||
{
|
||||
assertion = !config.services.pass-secret-store.enable;
|
||||
assertion = !config.services.pass-secret-service.enable;
|
||||
message = ''
|
||||
Only one secrets service per user can be enabled at a time.
|
||||
Other services enabled:
|
||||
- pass-secret-store
|
||||
- pass-secret-service
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue