task | add timewarriro config

This commit is contained in:
Don Harper 2024-10-04 06:46:11 -05:00
parent ae09f98740
commit 50e6ec22a8
2 changed files with 22 additions and 8 deletions

17
hosts/loki/colmena.nix Normal file
View file

@ -0,0 +1,17 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./default.nix
];
networking.hostName = "loki";
boot.binfmt.emulatedSystems = ["aarch64-linux"];
deployment = {
tags = ["workstation" "intel"];
};
}