From 1e4ea24f66ea53bab86d3e1d48f0b83d85c1f0d1 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 21 Dec 2025 15:33:00 +0300 Subject: [PATCH] mobile giving me trouble --- modules/home-manager/programs/ssh.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home-manager/programs/ssh.nix b/modules/home-manager/programs/ssh.nix index a895b7f..2e785c6 100644 --- a/modules/home-manager/programs/ssh.nix +++ b/modules/home-manager/programs/ssh.nix @@ -12,8 +12,8 @@ let hashKnownHosts = true; compression = true; }; - # sshBlockAtreus is the same as sshBlock but with 8090 as the port - sshBlockAtreus = hostname: { + # sshBlockDroid is the same as sshBlock but with 8090 as the port + sshBlockDroid = hostname: { inherit hostname; user = "osbm"; identityFile = "~/.ssh/id_ed25519"; @@ -31,8 +31,8 @@ in matchBlocks = { ymir = sshBlock "192.168.0.2"; ymir-ts = sshBlock "ymir.curl-boga.ts.net"; - atreus = sshBlockAtreus "192.168.0.3"; - atreus-ts = sshBlockAtreus "atreus.curl-boga.ts.net"; + atreus = sshBlockDroid "192.168.0.3"; + atreus-ts = sshBlockDroid "atreus.curl-boga.ts.net"; tartarus = sshBlock "192.168.0.4"; tartarus-ts = sshBlock "tartarus.curl-boga.ts.net"; pochita = sshBlock "192.168.0.9"; @@ -55,8 +55,8 @@ in }; ares = sshBlock "192.168.0.6"; ares-ts = sshBlock "ares.curl-boga.ts.net"; - luoji = sshBlock "192.168.0.7"; - luoji-ts = sshBlock "luoji.curl-boga.ts.net"; + luoji = sshBlockDroid "192.168.0.7"; + luoji-ts = sshBlockDroid "luoji.curl-boga.ts.net"; # artemis }; };