Add NixVM to zsh and ssh
This commit is contained in:
parent
430d7e30c0
commit
79c8ce04a0
|
@ -50,6 +50,20 @@
|
||||||
user = "user";
|
user = "user";
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
|
NixVM = {
|
||||||
|
host = "NixVM";
|
||||||
|
hostname = "nixvm.thomasave.be";
|
||||||
|
port = 22;
|
||||||
|
user = "user";
|
||||||
|
forwardAgent = true;
|
||||||
|
};
|
||||||
|
nixvm = {
|
||||||
|
host = "nixvm";
|
||||||
|
hostname = "nixvm.thomasave.be";
|
||||||
|
port = 22;
|
||||||
|
user = "user";
|
||||||
|
forwardAgent = true;
|
||||||
|
};
|
||||||
Vault = {
|
Vault = {
|
||||||
host = "Vault";
|
host = "Vault";
|
||||||
hostname = "etienne.thomasave.be";
|
hostname = "etienne.thomasave.be";
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
riva = "run_waypipe riva";
|
riva = "run_waypipe riva";
|
||||||
kell = "run_waypipe kell";
|
kell = "run_waypipe kell";
|
||||||
aloria = "run_waypipe aloria";
|
aloria = "run_waypipe aloria";
|
||||||
|
nixvm = "run_waypipe nixvm";
|
||||||
|
|
||||||
ll = "ls -lhat";
|
ll = "ls -lhat";
|
||||||
ls = "ls --color=auto";
|
ls = "ls --color=auto";
|
||||||
|
|
Loading…
Reference in New Issue