Commit graph

1309 commits

Author SHA1 Message Date
9d289ae6c7 2026-05-13 23:18:32 +01:00
622728dcaf Cleanup. 2026-05-13 23:10:36 +01:00
180c1fe3ba 2026-05-13 23:03:57 +01:00
db7bc35943 Fix hyprland_v3 2026-05-13 23:00:43 +01:00
a0990bceee Maybe fix hyprland v2_final_finalforreal_actuallyfinal 2026-05-13 22:53:05 +01:00
a201f98c7c Maybe fix hyprland v2_final_finalforreal 2026-05-13 22:50:29 +01:00
f39e78d519 Maybe fix hyprland v2_final 2026-05-13 22:45:52 +01:00
db5abd78f8 Maybe fix hyprland v2 2026-05-13 22:43:20 +01:00
38ef4c59f1 Maybe fix hyprland. 2026-05-13 22:40:54 +01:00
e94f417cff 2026-05-13 21:13:31 +01:00
186b6b2433 2026-05-13 20:48:53 +01:00
94740dc37b 2026-05-13 20:43:38 +01:00
6938f4113a 2026-05-13 20:40:38 +01:00
5a34446de8 2026-05-13 20:00:24 +01:00
2c6322df00 2026-05-13 15:00:10 +01:00
5db1093e8a 2026-05-13 14:39:27 +01:00
983c981c24 2026-05-13 14:36:56 +01:00
ded3167b6a 2026-05-13 14:35:15 +01:00
5b3840bca9 2026-05-13 14:30:41 +01:00
0295e86f66 2026-05-13 14:26:44 +01:00
d5a45caf44 2026-05-13 14:25:52 +01:00
fc25f3aceb 2026-05-13 14:22:37 +01:00
381e4a739e 2026-05-13 14:21:03 +01:00
9818a13050 2026-05-13 14:17:47 +01:00
b06a4333cf 2026-05-13 14:01:13 +01:00
41630e0730 2026-05-13 13:53:30 +01:00
83b75e13da 2026-05-13 13:41:12 +01:00
7ab04c29ea 2026-05-13 13:31:00 +01:00
eed460730a 2026-05-13 13:27:04 +01:00
a858c4fa78 2026-05-13 13:25:28 +01:00
5f054ed965 2026-05-13 13:22:56 +01:00
5073d70796 2026-05-13 13:19:41 +01:00
5aa8260db4 maybe fix 2026-05-13 13:17:53 +01:00
f06e4c0e90 Fix fuzzel 2026-05-13 13:14:26 +01:00
ad3c7789ec Maybe fix fuzzel. 2026-05-13 13:09:43 +01:00
1e90c1637b Change match mode to fzf and exit on focus loss. 2026-05-13 13:06:50 +01:00
1a8c6adc12 Adding some spaces. 2026-05-13 13:02:01 +01:00
dac2d58209 Adding icons to power menu. 2026-05-13 13:00:51 +01:00
30b652f400 Removed a wrong comment. 2026-05-13 12:51:35 +01:00
0f9755800e Fixing drawer. 2026-05-13 12:49:39 +01:00
93c35015e4 Testing waybar tray. 2026-05-13 12:47:02 +01:00
7abb63698f missing semicolon 2026-05-13 12:09:22 +01:00
18fca17309 Updating Fuzzel. 2026-05-13 12:08:20 +01:00
34e32e7ce4 Remove shitty ollama. 2026-05-13 10:24:14 +01:00
7c1f1501db fixed missing semicolon lol 2026-05-13 10:03:29 +01:00
e3ec0ea1a5 Allow ollama connections from local network on port 11434. 2026-05-13 10:02:52 +01:00
d5a8c12383 Cache folder colours so we don't recolour on every boot. 2026-05-13 09:37:52 +01:00
6252eda060 Removing leftover cuda stuff and adding vscodium to server for remote access. 2026-05-13 09:35:30 +01:00
dc3eebb742 ollama: revert to CPU inference — M2000 CUDA incompatible with nixpkgs
CUDA ≤12.5 removed from nixpkgs as unmaintained; CUDA 12.6+ requires
driver ≥560 but legacy_535 (Maxwell's last supported branch) caps out
at 12.2. No compatible CUDA path exists for the Quadro M2000.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 09:25:39 +01:00
b86a92293c ollama: build against CUDA 12.2 for Quadro M2000 compatibility
The M2000's legacy_535 driver caps CUDA support at 12.2; nixpkgs'
default ollama-cuda targets 12.8 (requires driver ≥570), causing
the runner to crash immediately. Override to CUDA 12.2 with sm_52
arch target to match Maxwell GM206 compute capability.

Also open port 11434 on the mediaserver firewall for remote ollama
access from other LAN hosts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 09:23:23 +01:00