From 902018a063621a7859812d412c88192e64cf119a Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 25 Apr 2023 13:55:45 -0500 Subject: [PATCH] octopi --- ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.nix b/ssh.nix index dae2c8d..537aa3d 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"; }; + "octoprint" = server { hostname = "192.168.20.32"; user = "pi"; }; }; }; }