From e219c02b1c82f27b2165a0b643393517030328ac Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 12 Dec 2025 11:34:36 -0500 Subject: [PATCH 1/4] Update flake.lock --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cbea640..f0dc6fb 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1763389499, - "narHash": "sha256-GuG3PW8U41f8XqROreZQaUvrcjQt+Gh92g16X7zBUck=", + "lastModified": 1764361670, + "narHash": "sha256-jgWzgpIaHbL3USIq0gihZeuy1lLf2YSfwvWEwnfAJUw=", "owner": "nix-community", "repo": "home-manager", - "rev": "7538d965352d3bfd4c380f5b3aa618bc839a84b4", + "rev": "780be8ef503a28939cf9dc7996b48ffb1a3e04c6", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1763283776, - "narHash": "sha256-Y7TDFPK4GlqrKrivOcsHG8xSGqQx3A6c+i7novT85Uk=", + "lastModified": 1764242076, + "narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "50a96edd8d0db6cc8db57dab6bb6d6ee1f3dc49a", + "rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4", "type": "github" }, "original": { From 822d173f432d80266384485710820ad6c4572bee Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 12 Dec 2025 12:54:55 -0500 Subject: [PATCH 2/4] Update flake.lock --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index f0dc6fb..0cb6964 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1764361670, - "narHash": "sha256-jgWzgpIaHbL3USIq0gihZeuy1lLf2YSfwvWEwnfAJUw=", + "lastModified": 1765480374, + "narHash": "sha256-HlbvQAqLx7WqZFFQZ8nu5UUJAVlXiV/kqKbyueA8srw=", "owner": "nix-community", "repo": "home-manager", - "rev": "780be8ef503a28939cf9dc7996b48ffb1a3e04c6", + "rev": "39cb677ed9e908e90478aa9fe5f3383dfc1a63f3", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1764242076, - "narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=", + "lastModified": 1765186076, + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4", + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", "type": "github" }, "original": { From bafb941c8777ab043c005e91145e9070477aada1 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 12 Dec 2025 12:55:13 -0500 Subject: [PATCH 3/4] Re-enable various programs that were previously failing to install/build --- hosts/default/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c564929..8b67c28 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -274,7 +274,7 @@ in amdgpu_top # top-like monitor for AMD GPUs direnv # autoload .envrc files zoxide # directory navigator (z) - # nextcloud-client # next cloud UI (also just fialed to build. Gah... damn KDE lib issues + nextcloud-client # next cloud UI (also just fialed to build. Gah... damn KDE lib issues file # show file types tldr # cli command summary stress # system workload generator @@ -283,7 +283,7 @@ in niv # dependency cli for nix-shell openrgb-with-all-plugins # colors hardware control just # command runner like make - #ansible # configuration management system/automation tool + ansible # configuration management system/automation tool kdePackages.kcachegrind # analyze xdebug output kdePackages.filelight # disk space visualizer #kdePackages.kwallet # added in order to use Signal, since it tied itself to my first desktop @@ -303,10 +303,10 @@ in pigz # muti-treaded replacement for gzip unzip # old standard zip handler # rpi-imager # rasbperry pi os burner util (1.9.6 failed build) - # screenkey # broadcast key presses + screenkey # broadcast key presses superfile # cli file manager mpv # movie player - #obs-studio # open broadcast studio + obs-studio # open broadcast studio protonup-qt # proton version installer heroic # game launcher (GOG/Epic/Prime) lutris # game launcher (EA/Humble/Ubi++) From ccfbdfcb6a4b3e6943fe0f0ad8243c98515f47d7 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 12 Dec 2025 12:55:40 -0500 Subject: [PATCH 4/4] Adjust settings for Ollama - try vulkan There is also an ollama-rocm, should this fail --- hosts/default/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 8b67c28..64814f6 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -421,7 +421,8 @@ in services.ollama = { enable = true; - acceleration = "rocm"; # hipblaslt not compiling at present + #acceleration = "rocm"; # hipblaslt not compiling at present - build reports this no longer takes effect + package = pkgs.ollama-vulkan; environmentVariables = { HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore OLLAMA_LOAD_TIMEOUT = "2m"; # Reduce load timeout (from 5 min)...if it's that big, forget it.