NixOS-Configs/hosts/eve/colmena.nix
2025-01-29 21:02:45 -06:00

4 lines
133 B
Nix

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