[metrics] enable on all microvms
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m9s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m9s
This commit is contained in:
@@ -43,6 +43,7 @@ let
|
||||
defaultModules = baseModules;
|
||||
|
||||
makeMicroVM = hostName: ipv4Addr: macAddr: modules: [
|
||||
self.nixosModules.malobeo.metrics
|
||||
{
|
||||
microvm = {
|
||||
hypervisor = "cloud-hypervisor";
|
||||
@@ -79,6 +80,13 @@ let
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
malobeo.metrics = {
|
||||
enable = true;
|
||||
enablePromtail = true;
|
||||
logNginx = false;
|
||||
lokiHost = "10.0.0.14";
|
||||
};
|
||||
|
||||
systemd.network.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user