From 80d5bf1d17fedaad6b6d96268718e7f70134224b Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 21 Dec 2024 16:59:28 -0800 Subject: [PATCH] Added sampledb-dev ssh alias --- home/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 086b2b7..a7ce6af 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -26,6 +26,7 @@ r330-proxmox = "ssh root@192.168.100.21"; r730xd-proxmox = "ssh root@192.168.100.22"; r330-media = "ssh media@192.168.100.40"; + sampledb-dev = "ssh sampledb@192.168.100.42"; # Nix Specific aliases update-darwin = "darwin-rebuild switch --flake ~/dotfiles";