update system

This commit is contained in:
2025-11-18 12:37:07 +01:00
parent 8ad676580e
commit 674daa80d1
3 changed files with 3 additions and 4 deletions

View File

@@ -170,7 +170,6 @@
hostname = "shark"; hostname = "shark";
username = "luci"; username = "luci";
system = "x86_64-linux"; system = "x86_64-linux";
config.cudaSupport = true;
}; };
}; };

View File

@@ -105,7 +105,7 @@
"127.0.0.1:57461" = [ "ai.local" ]; "127.0.0.1:57461" = [ "ai.local" ];
}; };
services.ollama = { services.ollama = {
enable = true; enable = false;
package = pkgs.ollama.override { package = pkgs.ollama.override {
config.cudaSupport = true; config.cudaSupport = true;
config.rocmSupport = false; config.rocmSupport = false;
@@ -113,7 +113,7 @@
acceleration = "cuda"; acceleration = "cuda";
}; };
services.open-webui = { services.open-webui = {
enable = true; enable = false;
port = 57461; port = 57461;
environment = { environment = {
ANONYMIZED_TELEMETRY = "False"; ANONYMIZED_TELEMETRY = "False";

View File

@@ -68,7 +68,7 @@ in
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
mesa-demos mesa-demos
nvtopPackages.nvidia # nvtopPackages.nvidia
libva-utils libva-utils
vulkan-tools vulkan-tools
]; ];