From 2c865de832a33e2b87e628c3f17db57337d06c43 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 7 Oct 2025 16:27:18 +0300 Subject: [PATCH] 123 --- nixosModules/essentials/tty.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/nixosModules/essentials/tty.nix b/nixosModules/essentials/tty.nix index 3a0962c..c8fab57 100755 --- a/nixosModules/essentials/tty.nix +++ b/nixosModules/essentials/tty.nix @@ -29,15 +29,13 @@ l = "ls -l"; lg = "lazygit"; st = "systemctl-tui"; - gp = "git pull"; - ns = "nh os switch"; - gp-ns = "gp && ns"; # ssh - s-1 = "ssh sapphira-1"; - s-1t = "ssh sapphira-1t"; - o-0 = "ssh otreca-0"; - o-0t = "ssh otreca-0t"; + z-s="ssh sapphira"; + z-st="ssh sapphira-tailscale"; + z-o="ssh otreca"; + z-ot="ssh otreca-tailscale"; + z-p-1="ssh pubray-1"; # Somethings reboot-bios = "sudo systemctl reboot --firmware-setup";