Autostart ssh-agent

Enables ssh-add without further hassle
This commit is contained in:
GHOSCHT 2023-10-15 14:29:56 +02:00
parent ed685e870f
commit d0240ef117
No known key found for this signature in database

View file

@ -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;