task | add timewarriro config
This commit is contained in:
parent
ae09f98740
commit
50e6ec22a8
2 changed files with 22 additions and 8 deletions
17
hosts/loki/colmena.nix
Normal file
17
hosts/loki/colmena.nix
Normal 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"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue