task | add ace, then comment out ace and pocket2

This commit is contained in:
Don Harper 2024-10-28 22:50:02 -05:00
parent 5f50d930da
commit bd5a6c881a
2 changed files with 17 additions and 0 deletions

15
hosts/ace/colmena.nix Normal file
View file

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