dolomite: add hk-00 node

This commit is contained in:
xinyangli 2024-10-20 10:23:46 +08:00
parent 9071e9af78
commit bd2004199f
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 168 additions and 47 deletions

View file

@ -204,6 +204,20 @@
};
};
hk-00 =
{ ... }:
{
imports = [ machines/dolomite ] ++ sharedColmenaModules;
nixpkgs.system = "x86_64-linux";
networking.hostName = "hk-00";
system.stateVersion = "24.05";
deployment = {
targetHost = "hk-00.video.namely.icu";
buildOnTarget = false;
tags = [ "proxy" ];
};
};
raspite =
{ ... }:
{