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

17 lines
240 B
Nix

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