From 9ae045e29e66cafca5820e9016e1cc765b582c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Aug 2023 16:44:12 +0300 Subject: [PATCH] rpi3b has a new ip --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ad64df3..66dd86c 100644 --- a/flake.nix +++ b/flake.nix @@ -141,7 +141,7 @@ }; deploy.nodes.vno1-rp3b = { - hostname = "192.168.189.66"; + hostname = "192.168.189.5"; profiles = { system = { sshUser = "motiejus";