nixos/core: use nix-index

This commit is contained in:
Wroclaw 2024-07-09 06:35:14 +02:00
parent 28bf1a9a0d
commit 069c5e979a

View file

@ -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;