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
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue