DOdanie ollamy, rozszerzenie quick-search, aktualizacja stylix
This commit is contained in:
@@ -349,6 +349,9 @@ in {
|
||||
pipes
|
||||
cava
|
||||
wineWowPackages.waylandFull # wine64
|
||||
lazydocker
|
||||
lazygit
|
||||
# vscode-extensions.continue.continue
|
||||
# auto-cpufreq
|
||||
];
|
||||
|
||||
@@ -460,7 +463,25 @@ in {
|
||||
};
|
||||
rpcbind.enable = false;
|
||||
nfs.server.enable = false;
|
||||
ollama = {
|
||||
enable = true;
|
||||
package = pkgs.ollama;
|
||||
# acceleration = "rocm";
|
||||
# environmentVariables = {
|
||||
# HCC_AMDGPU_TARGET = "gfx1036";
|
||||
# };
|
||||
# rocmOverrideGfx = "10.3.6";
|
||||
loadModels = [
|
||||
# "deepseek-r1:1.5b"
|
||||
# "deepseek-r1:7b"
|
||||
];
|
||||
};
|
||||
open-webui = {
|
||||
enable = true;
|
||||
package = pkgs.open-webui;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.flatpak-repo = {
|
||||
path = [pkgs.flatpak];
|
||||
script = ''
|
||||
|
||||
Reference in New Issue
Block a user