From 64ecd7a45dbe39e76e0820c9b3a7f6be7a0fd912 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 28 Jan 2025 22:47:13 -0600 Subject: [PATCH] book | allow local install --- hosts/book/colmena.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/book/colmena.nix b/hosts/book/colmena.nix index d7a4e35..fb2e6ac 100644 --- a/hosts/book/colmena.nix +++ b/hosts/book/colmena.nix @@ -3,5 +3,6 @@ deployment = { tags = [ "workstation" "intel" ]; targetHost = "192.168.1.156"; + allowLocalDeployment = true; }; }