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