new service! amdl

This commit is contained in:
Reid 2025-05-19 01:15:21 -07:00
parent 5c7720f462
commit e22d3ca314
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
11 changed files with 131 additions and 14 deletions

View file

@ -16,15 +16,15 @@ in {
};
grafanaPort = mkOption {
type = types.int;
default = 3000;
default = 2000;
};
promtailPort = mkOption {
type = types.int;
default = 3001;
default = 2001;
};
lokiPort = mkOption {
type = types.int;
default = 3002;
default = 2002;
};
prometheusPort = mkOption {
type = types.int;