NixOS-Configs/hosts/loki/colmena.nix
2025-02-23 22:48:34 -06:00

7 lines
173 B
Nix

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