dolomite: add an instance at sg

This commit is contained in:
xinyangli 2023-12-06 22:54:22 +08:00
parent 9986100945
commit 9fb8bcd621
7 changed files with 132 additions and 80 deletions

View file

@ -75,9 +75,9 @@
];
};
dolomite = { name, nodes, pkgs, ... }: with inputs; {
dolomite00 = { name, nodes, pkgs, ... }: with inputs; {
imports = [
{ nixpkgs.system = "x86_64-linux"; }
{ nixpkgs.system = "x86_64-linux"; custom.domain = "video.namely.icu"; }
machines/dolomite
];
deployment = {
@ -85,6 +85,17 @@
buildOnTarget = false;
};
};
dolomite01 = { name, nodes, pkgs, ... }: with inputs; {
imports = [
{ nixpkgs.system = "x86_64-linux"; custom.domain = "video01.namely.icu"; }
machines/dolomite
];
deployment = {
targetHost = "video01.namely.icu";
buildOnTarget = false;
};
};
};
nixosConfigurations.calcite = mkNixos {