Compare commits
No commits in common. "e2e24a69bf7a8b469b4fe907a33018742ba42eb3" and "bcd44db4372bc604d39187869be91fdb52d61ffc" have entirely different histories.
e2e24a69bf
...
bcd44db437
1 changed files with 1 additions and 4 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue