From 31cf19c39f8b7ead49f709045a45ee695c440506 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 15 Feb 2021 19:08:54 +0100 Subject: 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). --- machines/sternenseemann/base.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'machines/sternenseemann/base.nix') 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"; -- cgit 1.4.1