exponentials

This commit is contained in:
müde 2026-06-25 23:38:12 +02:00
commit 0c17fcc253
2 changed files with 13 additions and 7 deletions

15
flake.lock generated
View file

@ -380,11 +380,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782325717, "lastModified": 1782487625,
"narHash": "sha256-T/Y0coLSOeIYICLIGIArxSms6zpAVyK820urFJJ/+4w=", "narHash": "sha256-QuvWwkrbk2cAwj4ckRKkn1SzEaKqbnEtgWL1/7AHNz4=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "af10a4bfefd159a7aedd7ab5b09b97f596949908", "rev": "ad8ed452fdf0c8cb6c8924b37f54eab58487e638",
"revCount": 2124, "revCount": 2143,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },
@ -1107,15 +1107,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1782319891, "lastModified": 1782461418,
"narHash": "sha256-CZZDvziRtTXPIEvY/J2QNuEwqsHwhPoK+uyFBw5yNPU=", "narHash": "sha256-GHTV4kiwVF96k8FM7Bzhvg4cLQji61aqKW9f2vOcf+Y=",
"owner": "vibec0re", "owner": "vibec0re",
"repo": "trollshell", "repo": "trollshell",
"rev": "f925b0026784700dabc8bb7860d480955a881197", "rev": "6ad9d502d0f9b5f668397e9bea7e5c68abe665fd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "vibec0re", "owner": "vibec0re",
"ref": "feat/per-core-cpu-graph-196",
"repo": "trollshell", "repo": "trollshell",
"type": "github" "type": "github"
} }

View file

@ -22,5 +22,10 @@
certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27"; certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27";
}; };
}; };
otel = {
enable = true;
endpoint = "https://exponentials.vibec0re.mov/otel";
headersCredential = "/etc/hyperhive/otel-cred";
};
}; };
} }