enable configuration hash label

This commit is contained in:
Osman Faruk Bayram 2025-02-14 14:04:05 +03:00
parent 7a3115f590
commit 752ba3eb6d

View file

@ -1,4 +1,5 @@
{ {
inputs,
pkgs, pkgs,
lib, lib,
config, config,
@ -37,4 +38,7 @@
# disable the database error TODO add nix-index search # disable the database error TODO add nix-index search
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
system.configurationRevision = inputs.self.rev or "dirty";
#system.nixos.label =
} }