mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
New host, beltane
This commit is contained in:
parent
acdb3c4a04
commit
85226f016e
7 changed files with 181 additions and 0 deletions
24
config/hosts/beltane/meta.nix
Normal file
24
config/hosts/beltane/meta.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ lib, config, ... }: with lib; {
|
||||
config = {
|
||||
deploy.targets.beltane = {
|
||||
nodeNames = lib.singleton "beltane";
|
||||
tf = {
|
||||
resources.beltane = {
|
||||
provider = "null";
|
||||
type = "resource";
|
||||
connection = {
|
||||
port = 62954;
|
||||
host = "192.168.1.223";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
network.nodes.beltane = {
|
||||
imports = lib.hostImport "beltane";
|
||||
networking = {
|
||||
hostName = "beltane";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue