From f1dfdf07f685098e40239d937816ddd844080bdb Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 21 Dec 2025 15:30:49 +0300 Subject: [PATCH] add luoji --- modules/home-manager/programs/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/programs/ssh.nix b/modules/home-manager/programs/ssh.nix index 919665b..a895b7f 100644 --- a/modules/home-manager/programs/ssh.nix +++ b/modules/home-manager/programs/ssh.nix @@ -55,6 +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"; # artemis }; };