Add NixVM to zsh and ssh

This commit is contained in:
Thomas Avé 2024-06-13 13:58:58 +02:00
parent 430d7e30c0
commit 79c8ce04a0
2 changed files with 15 additions and 0 deletions

View File

@ -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";

View File

@ -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";