diff --git a/modules/sys/rc/openssh.nix b/modules/sys/rc/openssh.nix index 4b50ea0..9502e65 100644 --- a/modules/sys/rc/openssh.nix +++ b/modules/sys/rc/openssh.nix @@ -1,3 +1,5 @@ +{config, ...}: + { programs.ssh = { startAgent = true;