From 76b154b039c6987518f800987f56f6ed013640c9 Mon Sep 17 00:00:00 2001 From: k3t Date: Thu, 9 Jul 2026 06:22:48 -0600 Subject: [PATCH] slight fixes --- modules/sys/rc/openssh.nix | 2 ++ 1 file changed, 2 insertions(+) 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;