Embed flake git revision in NixOS configuration
Some checks failed
Check Flake / check-flake (push) Has been cancelled

This commit is contained in:
2026-03-01 19:03:47 -08:00
parent 55204b5074
commit 9914d03ba2

View File

@@ -115,6 +115,8 @@
];
networking.hostName = hostname;
# Query with: nixos-version --configuration-revision
system.configurationRevision = self.rev or self.dirtyRev or "unknown";
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;