diff --git a/hosts/book/colmena.nix b/hosts/book/colmena.nix index fb2e6ac..80dc73c 100644 --- a/hosts/book/colmena.nix +++ b/hosts/book/colmena.nix @@ -1,8 +1,7 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./default.nix ]; deployment = { - tags = [ "workstation" "intel" ]; - targetHost = "192.168.1.156"; + tags = [ "workstation" "intel" "chromebook" ]; allowLocalDeployment = true; }; }