fix SSH_AUTH_SOCK in bashrc

This commit is contained in:
Pim Kunis 2023-03-05 16:05:32 +01:00
parent 04aba0d670
commit 1c9d92fa81
3 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,6 @@ My current setup is [Debian Bullseye](https://www.debian.org/releases/bullseye/)
- thunderbird config (pretty hard to do, should just capture steps taken somewhere)
- firefox config? extensions? host own synchronizer?
- Smart script to manage screens: if external screen is connected, only show on that screen. Otherwise, show on laptop screen.
- fix suspend
- Better randr profiles using autorandr: https://github.com/phillipberndt/autorandr

View file

@ -32,3 +32,4 @@
- name: Copy keepassxc.bashrc
copy:
src: "{{ role_path }}/files/keepassxc.bashrc"
dest: ~/.bashrc.d/keepassxc.bashrc

View file

@ -6,5 +6,5 @@ DNS=192.168.10.1
[Peer]
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
PresharedKey={{ wg_preshared_key }}
Endpoint=wg.geokunis2.nl:51820
Endpoint=wg4.geokunis2.nl:51820
AllowedIPs = 0.0.0.0/0, ::0/0