feat(gnome): switch to gcr-ssh-agent
This commit is contained in:
parent
dab2526e64
commit
6e59389147
2 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
@ -36,7 +37,7 @@
|
|||
|
||||
programs = {
|
||||
nix-ld.enable = true;
|
||||
ssh.startAgent = true;
|
||||
ssh.startAgent = lib.mkDefault true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue