11 lines
129 B
Nix
11 lines
129 B
Nix
{ ... }:
|
|
{
|
|
services = {
|
|
gnome-keyring = {
|
|
enable = true;
|
|
};
|
|
ssh-agent = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|