about summary refs log tree commit diff
path: root/machines/sternenseemann/base.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-15 19:08:54 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-19 01:31:03 +0100
commit31cf19c39f8b7ead49f709045a45ee695c440506 (patch)
treeb5856a423843d8218a6dff2f02ed0a92aa3eddb0 /machines/sternenseemann/base.nix
parent05cb73f4525b8bfc2d71ca6809bfe0a10e054d68 (diff)
modules/core/common: set correct dbPath for command-not-found
Since we now distribute the programs.sqlite database with the vuizvui
channel, we can make use of it in programs.command-not-found. We change
the default path used to use the nixpkgs sub directory of the vuizvui
channel (by default it expects a channel named nixos containing the
database).
Diffstat (limited to 'machines/sternenseemann/base.nix')
-rw-r--r--machines/sternenseemann/base.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/machines/sternenseemann/base.nix b/machines/sternenseemann/base.nix
index 75add239..4678b8b1 100644
--- a/machines/sternenseemann/base.nix
+++ b/machines/sternenseemann/base.nix
@@ -18,9 +18,6 @@ in {
     nix.extraOptions = "gc-keep-derivations = false";
     nixpkgs.config.allowUnfree = true;
 
-    # doesn't work with vuizvui atm
-    programs.command-not-found.enable = false;
-
     services.journald.extraConfig = lib.mkDefault "SystemMaxUse=500M";
 
     console.keyMap = lib.mkDefault "de-latin1";