task | add new host w2
This commit is contained in:
parent
d151bdfa18
commit
86d2bc58cf
7 changed files with 327 additions and 0 deletions
16
hosts/w2/colmena.nix
Normal file
16
hosts/w2/colmena.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./default.nix
|
||||
];
|
||||
deployment = {
|
||||
tags = ["server" "intel" "vps" "web"];
|
||||
targetHost = "178.156.139.49";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue