task | add book (i7 Pixelbook 2017)

This commit is contained in:
Don Harper 2025-01-25 23:09:41 -06:00
parent 80f8742047
commit dff859860f
6 changed files with 440 additions and 0 deletions

7
hosts/book/colmena.nix Normal file
View file

@ -0,0 +1,7 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./default.nix ];
deployment = {
tags = [ "workstation" "intel" ];
targetHost = "192.168.1.156";
};
}