7 lines
116 B
Nix
7 lines
116 B
Nix
{ config, ... }:
|
|
{
|
|
services.gnome-keyring = {
|
|
enable = false;
|
|
components = [ "pkcs11" "secrets" ];
|
|
};
|
|
}
|