enable configuration hash label
This commit is contained in:
parent
7a3115f590
commit
752ba3eb6d
1 changed files with 4 additions and 0 deletions
|
|
@ -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 =
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue