From 3e439ecb3c30af865ca6ec9c94d065a2c5441976 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 4 Jan 2026 08:52:30 -0500 Subject: [PATCH] added ssh tools --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9bfe294..fdc9e55 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,8 @@ # For gnome-disks to work services.udisks2.enable = true; + # SSH services + programs.ssh.startAgent = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;