exponentials
This commit is contained in:
parent
0e1bf051e0
commit
0c17fcc253
2 changed files with 13 additions and 7 deletions
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -380,11 +380,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782325717,
|
||||
"narHash": "sha256-T/Y0coLSOeIYICLIGIArxSms6zpAVyK820urFJJ/+4w=",
|
||||
"lastModified": 1782487625,
|
||||
"narHash": "sha256-QuvWwkrbk2cAwj4ckRKkn1SzEaKqbnEtgWL1/7AHNz4=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "af10a4bfefd159a7aedd7ab5b09b97f596949908",
|
||||
"revCount": 2124,
|
||||
"rev": "ad8ed452fdf0c8cb6c8924b37f54eab58487e638",
|
||||
"revCount": 2143,
|
||||
"type": "git",
|
||||
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
||||
},
|
||||
|
|
@ -1107,15 +1107,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782319891,
|
||||
"narHash": "sha256-CZZDvziRtTXPIEvY/J2QNuEwqsHwhPoK+uyFBw5yNPU=",
|
||||
"lastModified": 1782461418,
|
||||
"narHash": "sha256-GHTV4kiwVF96k8FM7Bzhvg4cLQji61aqKW9f2vOcf+Y=",
|
||||
"owner": "vibec0re",
|
||||
"repo": "trollshell",
|
||||
"rev": "f925b0026784700dabc8bb7860d480955a881197",
|
||||
"rev": "6ad9d502d0f9b5f668397e9bea7e5c68abe665fd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "vibec0re",
|
||||
"ref": "feat/per-core-cpu-graph-196",
|
||||
"repo": "trollshell",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,5 +22,10 @@
|
|||
certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27";
|
||||
};
|
||||
};
|
||||
otel = {
|
||||
enable = true;
|
||||
endpoint = "https://exponentials.vibec0re.mov/otel";
|
||||
headersCredential = "/etc/hyperhive/otel-cred";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue