NixOS-Configs/hosts/smaug/colmena.nix
2024-12-13 11:50:29 -06:00

7 lines
173 B
Nix

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