Cleaning house

This commit is contained in:
Daniel Lundin 2020-09-27 13:56:54 +02:00
parent 17be0441c5
commit af1f0bc926
110 changed files with 50 additions and 6585 deletions
.config/systemd/user

View file

@ -1,12 +0,0 @@
[Unit]
Description=SSH key agent
[Service]
Type=forking
Environment=SSH_AUTH_SOCK=%h/.ssh/ssh_auth_sock
ExecStartPre=/usr/bin/rm -f $SSH_AUTH_SOCK
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK -t 18200
[Install]
WantedBy=default.target