eve | back in 'production'

This commit is contained in:
Don Harper 2025-04-26 15:25:33 -05:00
parent 950a988bd9
commit b1b1bdc00e

View file

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