all: add prometheus
This commit is contained in:
parent
fcdc65d8ce
commit
b9eebc2a7e
8 changed files with 116 additions and 31 deletions
|
@ -104,6 +104,7 @@
|
|||
|
||||
sgp-00 = { name, nodes, pkgs, ... }: with inputs; {
|
||||
imports = [
|
||||
self.nixosModules.default
|
||||
machines/dolomite
|
||||
];
|
||||
nixpkgs.system = "x86_64-linux";
|
||||
|
@ -118,6 +119,7 @@
|
|||
|
||||
tok-00 = { name, nodes, pkgs, ... }: with inputs; {
|
||||
imports = [
|
||||
self.nixosModules.default
|
||||
machines/dolomite
|
||||
];
|
||||
nixpkgs.system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue