Compare commits
2 commits
bcd44db437
...
e2e24a69bf
| Author | SHA1 | Date | |
|---|---|---|---|
| e2e24a69bf | |||
| 8d848da367 |
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue