NixOS-Configs/hosts/book/colmena.nix
2025-01-29 21:03:07 -06:00

7 lines
186 B
Nix

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