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