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