task | add pocket2
This commit is contained in:
parent
80e62bfddd
commit
2e7c713bf0
1 changed files with 16 additions and 0 deletions
16
hosts/pocket2/colmena.nix
Normal file
16
hosts/pocket2/colmena.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./default.nix
|
||||
];
|
||||
deployment = {
|
||||
tags = ["intel"];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue