From ce6f23ab1aa659135aa6eebf6f4a7f79bedaca98 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 21 Jun 2026 21:57:49 -0400 Subject: [PATCH] updates to zsh aliases --- home/modules/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index b089130..d5d1d95 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -45,8 +45,9 @@ r730xd-proxmox = "ssh root@192.168.100.22"; r330-media = "ssh media@192.168.100.40"; r330-logging = "ssh logging@192.168.100.41"; - mnemosyne = "ssh mnemosyne@192.168.100.42"; + mnemosyne = "ssh mnemosyne@mnemosyne.randomctf.lan"; mindforge = "ssh mindforge@mindforge.randomctf.lan"; + openclaw = "ssh openclaw@openclaw.randomctf.lan"; # Nix Specific aliases update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";