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