From 0c57440aae8f6ea3e931d3cd3838b21c2a833158 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 6 May 2023 14:45:46 -0500 Subject: [PATCH] Add backup node --- ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.nix b/ssh.nix index 537aa3d..b0901da 100644 --- a/ssh.nix +++ b/ssh.nix @@ -83,6 +83,7 @@ in "k3s9" = server { hostname = "192.168.20.128"; }; "k3s10" = server { hostname = "192.168.20.129"; }; "k3s-quartza1" = server { hostname = "192.168.20.160"; }; + "backup-rockpro1" = server { hostname = "192.168.20.190"; }; "octoprint" = server { hostname = "192.168.20.32"; user = "pi"; }; }; };