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; }; }