fix SSH_AUTH_SOCK in bashrc
This commit is contained in:
parent
04aba0d670
commit
1c9d92fa81
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
- thunderbird config (pretty hard to do, should just capture steps taken somewhere)
|
||||||
- firefox config? extensions? host own synchronizer?
|
- 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
|
- fix suspend
|
||||||
- Better randr profiles using autorandr: https://github.com/phillipberndt/autorandr
|
- Better randr profiles using autorandr: https://github.com/phillipberndt/autorandr
|
||||||
|
|
||||||
|
|
|
@ -32,3 +32,4 @@
|
||||||
- name: Copy keepassxc.bashrc
|
- name: Copy keepassxc.bashrc
|
||||||
copy:
|
copy:
|
||||||
src: "{{ role_path }}/files/keepassxc.bashrc"
|
src: "{{ role_path }}/files/keepassxc.bashrc"
|
||||||
|
dest: ~/.bashrc.d/keepassxc.bashrc
|
||||||
|
|
|
@ -6,5 +6,5 @@ DNS=192.168.10.1
|
||||||
[Peer]
|
[Peer]
|
||||||
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
|
Publickey=fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=
|
||||||
PresharedKey={{ wg_preshared_key }}
|
PresharedKey={{ wg_preshared_key }}
|
||||||
Endpoint=wg.geokunis2.nl:51820
|
Endpoint=wg4.geokunis2.nl:51820
|
||||||
AllowedIPs = 0.0.0.0/0, ::0/0
|
AllowedIPs = 0.0.0.0/0, ::0/0
|
||||||
|
|
Reference in a new issue