From 752ba3eb6d62d88223c2466a40f4baac675d3c7b Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 14 Feb 2025 14:04:05 +0300 Subject: [PATCH] enable configuration hash label --- modules/nix-settings.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index b462893..031eba8 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -1,4 +1,5 @@ { + inputs, pkgs, lib, config, @@ -37,4 +38,7 @@ # disable the database error TODO add nix-index search programs.command-not-found.enable = false; + + system.configurationRevision = inputs.self.rev or "dirty"; + #system.nixos.label = }