From f27b26ec1ce842a775cca3634e133d8a26cf97c7 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 2 May 2025 00:14:31 +0300 Subject: [PATCH] add wallfacer to ssh --- home/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ssh.nix b/home/ssh.nix index a9613b3..422ffef 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -34,6 +34,8 @@ in { pochita-ts = sshBlock "pochita.curl-boga.ts.net"; harmonica = sshBlock "192.168.0.11"; harmonica-ts = sshBlock "harmonica.curl-boga.ts.net"; + wallfacer = sshBlock "192.168.0.5"; + wallfacer-ts = sshBlock "wallfacer.curl-boga.ts.net"; }; }; }