From 0c17fcc2530a52e8985abe164cdb2022f86a0782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Thu, 25 Jun 2026 23:38:12 +0200 Subject: [PATCH] exponentials --- flake.lock | 15 ++++++++------- nixosConfigurations/muede-lpt2/hyperhive.nix | 5 +++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 32a3298..164a6e7 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index 43ee0d5..9b16dfa 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -22,5 +22,10 @@ certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27"; }; }; + otel = { + enable = true; + endpoint = "https://exponentials.vibec0re.mov/otel"; + headersCredential = "/etc/hyperhive/otel-cred"; + }; }; }