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