setup local llms with websearch
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./packages.nix
|
||||
# ./ollama.nix
|
||||
../common/brave.nix
|
||||
../common/direnv.nix
|
||||
../common/emacs.nix
|
||||
|
||||
@@ -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"];
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user