7 lines
105 B
Nix
7 lines
105 B
Nix
{
|
|
services.gnome-keyring = {
|
|
enable = true;
|
|
|
|
components = [ "secrets" "pkcs11" "ssh" ];
|
|
};
|
|
}
|