dolomite: add an instance at sg
This commit is contained in:
parent
9986100945
commit
9fb8bcd621
7 changed files with 132 additions and 80 deletions
15
flake.nix
15
flake.nix
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue