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";
username = "luci";
system = "x86_64-linux";
config.cudaSupport = true;
};
};

View File

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

View File

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