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