book | clean up and add tag 'chromebook'

This commit is contained in:
Don Harper 2025-01-29 21:03:07 -06:00
parent 85ca89ef5e
commit ead3ed96d1

View file

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