mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
xlib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
# services = {
|
||||||
|
# nextjs-ollama-llm-ui.enable = false;
|
||||||
|
# ollama = {
|
||||||
|
# enable = false;
|
||||||
|
# package = pkgs.ollama-rocm;
|
||||||
|
# environmentVariables = {
|
||||||
|
# HSA_OVERRIDE_GFX_VERSION = "11.5.0";
|
||||||
|
# HCC_AMDGPU_TARGET = "gfx1150"; # used to be necessary, but doesn't seem to anymore
|
||||||
|
# };
|
||||||
|
# user = "ollama"; # "${xlib.device.username}";
|
||||||
|
# group = "ollama";
|
||||||
|
# acceleration = "rocm";
|
||||||
|
# rocmOverrideGfx = "11.5.0";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../software/beets
|
../software/beets
|
||||||
../software/whisper.nix
|
../software/whisper.nix
|
||||||
|
../software/aichat.nix
|
||||||
#../services/tts.nix
|
#../services/tts.nix
|
||||||
#../server/open-webui.nix
|
#../server/open-webui.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user