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