eve | add tag 'chromebook'

This commit is contained in:
Don Harper 2025-01-29 21:02:45 -06:00
parent 0acb9c52eb
commit 85ca89ef5e

View file

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