setup local llms with websearch

This commit is contained in:
2025-11-06 12:00:23 +01:00
parent 2cbbbddcab
commit 9ba39dbff4
10 changed files with 64 additions and 31 deletions

View File

@@ -12,13 +12,7 @@ in {
userName= "Lukas";
userEmail = "mail@lukas.contact";
settings = {
user = {
mail = "mail@lukas.contact";
name = "Lukas";
};
extraConfig = {
commit.gpgsign = true;
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "~/.ssh/allowed_signers";

View File

@@ -1,7 +1,6 @@
{
imports = [
./packages.nix
# ./ollama.nix
../common/brave.nix
../common/direnv.nix
../common/emacs.nix

View File

@@ -1,8 +0,0 @@
{
services.ollama = {
enable = true;
acceleration = "cuda";
# Optional: preload models, see https://ollama.com/library
# loadModels = [ "qwen3:30b" "gpt-oss:20b" "deepseek-r1:32b" "gemma3:27b"];
};
}

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = [
@@ -9,6 +10,8 @@
pkgs.keepassxc
pkgs.telegram-desktop
pkgs.element-desktop
pkgs.tidal-hifi
pkgs.tree
pkgs.htop
@@ -16,11 +19,15 @@
pkgs.wget
pkgs.unzip
pkgs.open-webui
pkgs.librechat
pkgs.feather
pkgs.firefox
pkgs.ranger
pkgs.zathura
pkgs.nerd-fonts.fira-code
pkgs.fira-code