From fcbbf4b8e4750531ef9a268b4cb659168f645a3e Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 1 Dec 2025 22:07:49 -0500 Subject: [PATCH] add blob to the deployments --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e6906a9..b81b7a5 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,7 @@ # and where they get deployed to deploy.nodes = mkNodes { crayon = { hostname = "squi.bid"; }; + blob = { hostname = "192.168.50.159"; }; }; # dev shell to deploy this flake