summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core.nix b/profiles/core.nix
index 1b18855..3eca577 100644
--- a/profiles/core.nix
+++ b/profiles/core.nix
@@ -29,7 +29,7 @@
 
     age.identityPaths = ["/nix/persist/etc/ssh/ssh_host_ed25519_key"];
     # causing issues, fix this
-    #programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
+    programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite;
 
     # save uid/guid
     environment.persistence."/nix/persist".directories = ["/var/lib/nixos"];