NixOS-Configs/hosts/eve/colmena.nix
2025-04-26 15:25:33 -05:00

4 lines
147 B
Nix

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