1
0
Fork 0

Compare commits

..

No commits in common. "e2e24a69bf7a8b469b4fe907a33018742ba42eb3" and "bcd44db4372bc604d39187869be91fdb52d61ffc" have entirely different histories.

View file

@ -42,7 +42,6 @@
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
@ -132,16 +131,14 @@
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 = "satdb"; hostname = "messaging";
proxyJump = "ssh-hopper@home.plueschbit.de"; proxyJump = "ssh-hopper@home.plueschbit.de";
}; };
}; };