NixOS-Configs/hosts/smaug/colmena.nix
2024-10-04 07:21:40 -05:00

16 lines
189 B
Nix

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