Autostart ssh-agent
Enables ssh-add without further hassle
This commit is contained in:
parent
ed685e870f
commit
d0240ef117
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue