From 79c8ce04a050efbab4e329e4efe9faa197524ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 13 Jun 2024 13:58:58 +0200 Subject: [PATCH] Add NixVM to zsh and ssh --- home/ssh/default.nix | 14 ++++++++++++++ home/zsh/default.nix | 1 + 2 files changed, 15 insertions(+) diff --git a/home/ssh/default.nix b/home/ssh/default.nix index 9cf9d86..886e521 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -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"; diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 94df5b1..edc9b17 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -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";