dolomite: add hk-00 node
This commit is contained in:
parent
9071e9af78
commit
bd2004199f
6 changed files with 168 additions and 47 deletions
14
flake.nix
14
flake.nix
|
@ -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 =
|
||||
{ ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue