1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
e2e24a69bf Added glow
glow allows rendering of markdown files in the terminal
2024-06-18 23:15:42 +02:00
8d848da367 Changes in ssh client config
Enabled forwardx11 for host messaging and corrected config for satdb
2024-06-18 21:05:41 +02:00

View file

@ -42,6 +42,7 @@
bat # replacement for cat
ripgrep # search files for text/patterns
entr # run cmd when file changes
glow # render markdown in the cli
# Network
wireguard-go
@ -131,14 +132,16 @@
matchBlocks = {
messaging = {
hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de";
};
gemcap = {
hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de";
};
satdb = {
hostname = "messaging";
hostname = "satdb";
proxyJump = "ssh-hopper@home.plueschbit.de";
};
};