Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/shorthair): move to kernel 6.18 #172

merged opened by thecoded.prof targeting main from private/coded/push-xxqlsqmzyrmn

I've experienced issues with GPU page faults which are supposedly fixed in later kernels (nixos stable currently runs 6.12). ROCm can also cause issues so I've removed ollama to turn it off.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3mchqm2kule22
+2 -14
Diff #0
+2
packetmix/systems/shorthair/hardware.nix
··· 6 6 config, 7 7 lib, 8 8 modulesPath, 9 + pkgs, 9 10 ... 10 11 }: 11 12 ··· 23 24 "ext4" 24 25 ]; 25 26 boot.initrd.kernelModules = [ ]; 27 + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18; 26 28 boot.kernelModules = [ 27 29 "kvm-amd" 28 30 "amdgpu"
-14
packetmix/systems/shorthair/ollama.nix
··· 1 - # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 - # 3 - # SPDX-License-Identifier: MIT 4 - 5 - { 6 - services.ollama = { 7 - enable = true; 8 - acceleration = "rocm"; 9 - }; 10 - services.nextjs-ollama-llm-ui = { 11 - enable = true; 12 - port = 1144; 13 - }; 14 - }

History

1 round 0 comments
sign up or login to add to the discussion
thecoded.prof submitted #0
1 commit
expand
feat(pm/shorthair): move to kernel 6.18
1/5 failed, 4/5 success
expand
expand 0 comments
pull request successfully merged