From d0240ef117210baf20097000acfe91642b578b59 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:29:56 +0200 Subject: [PATCH] Autostart ssh-agent Enables ssh-add without further hassle --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 23820c6..a1f914a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -27,7 +27,7 @@ # Enable the X11 windowing system. # services.xserver.enable = true; -programs.ssh.startAgent = true; + programs.ssh.startAgent = true; # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true;