nixos/core: use nix-index
This commit is contained in:
parent
28bf1a9a0d
commit
069c5e979a
1 changed files with 7 additions and 0 deletions
|
@ -79,6 +79,13 @@ in
|
|||
rerere.enabled = true;
|
||||
};
|
||||
|
||||
# Use nix-index for command-not-found handler
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
|
||||
# Enable fail2ban because of the OpenSSH server
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue