task | add pocket2

This commit is contained in:
Don Harper 2024-10-23 07:44:27 -05:00
parent 80e62bfddd
commit 2e7c713bf0

16
hosts/pocket2/colmena.nix Normal file
View file

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