task | add ace, then comment out ace and pocket2
This commit is contained in:
parent
5f50d930da
commit
bd5a6c881a
2 changed files with 17 additions and 0 deletions
|
|
@ -51,9 +51,11 @@
|
|||
inherit inputs outputs;
|
||||
};
|
||||
};
|
||||
# ace = import ./hosts/ace/colmena.nix;
|
||||
eve = import ./hosts/eve/colmena.nix;
|
||||
fred = import ./hosts/fred/colmena.nix;
|
||||
loki = import ./hosts/loki/colmena.nix;
|
||||
# pocket2 = import ./hosts/pocket2/colmena.nix;
|
||||
smaug = import ./hosts/smaug/colmena.nix;
|
||||
w1 = import ./hosts/w1/colmena.nix;
|
||||
# w2 = import ./hosts/w2/colmena.nix;
|
||||
|
|
|
|||
15
hosts/ace/colmena.nix
Normal file
15
hosts/ace/colmena.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./default.nix
|
||||
];
|
||||
deployment = {
|
||||
tags = ["workstation" "intel"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue