task | take eve out of workstation group

This commit is contained in:
Don Harper 2025-01-02 22:02:50 -06:00
parent 97654b4579
commit f03c20ef53

View file

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