From 9d72e1ec8a73cf4f7a6afab0a2fd99a9491a8e1d Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 24 Jan 2026 22:25:09 -0500 Subject: [PATCH] change ip of blob --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee0b985..7a937bf 100644 --- a/flake.nix +++ b/flake.nix @@ -78,7 +78,7 @@ # and where they get deployed to deploy.nodes = mkNodes { crayon = { hostname = "squi.bid"; }; - blob = { hostname = "192.168.50.159"; }; + blob = { hostname = "10.0.0.92"; }; }; # dev shell to deploy this flake