flake: update nixos-exporter and set configurationRevision
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m4s

- Update nixos-exporter to 0.2.3
- Set system.configurationRevision for all hosts so the exporter
  can report the flake's git revision

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 01:05:54 +01:00
parent a834497fe8
commit 27bf70821d
2 changed files with 5 additions and 4 deletions

8
flake.lock generated
View File

@@ -49,11 +49,11 @@
]
},
"locked": {
"lastModified": 1770419779,
"narHash": "sha256-TccIiBeUH5cVCy2vxKn0IL/f1Z8y9HLm71CJwWz/mqI=",
"lastModified": 1770422522,
"narHash": "sha256-WmIFnquu4u58v8S2bOVWmknRwHn4x88CRfBFTzJ1inQ=",
"ref": "refs/heads/master",
"rev": "9c29505814954352b2af99b97910ee12a736b8dd",
"revCount": 8,
"rev": "cf0ce858997af4d8dcc2ce10393ff393e17fc911",
"revCount": 11,
"type": "git",
"url": "https://git.t-juice.club/torjus/nixos-exporter"
},

View File

@@ -53,6 +53,7 @@
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
system.configurationRevision = self.rev or self.dirtyRev or "dirty";
}
)
sops-nix.nixosModules.sops