task | add new host w2

This commit is contained in:
Don Harper 2024-10-10 07:41:44 -05:00
parent d151bdfa18
commit 86d2bc58cf
7 changed files with 327 additions and 0 deletions

16
hosts/w2/colmena.nix Normal file
View file

@ -0,0 +1,16 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./default.nix
];
deployment = {
tags = ["server" "intel" "vps" "web"];
targetHost = "178.156.139.49";
};
}