Here's what I previously had downloaded with ollama:
NAME ID SIZE MODIFIED
deepseek-r1:latest 6995872bfe4c 5.2 GB 8 weeks ago
deepseek-r1:70b 0c1615a8ca32 42 GB 7 months ago
phi4:latest ac896e5b8b34 9.1 GB 7 months ago
llama3.3:latest a6eb4748fd29 42 GB 8 months ago
llama3.2:latest a80c4f17acd5 2.0 GB 8 months ago
This isn't a new issue; not even to me!
https://news.ycombinator.com/item?id=38946967
> chandlerswift on Jan 11, 2024 | on: Conditional Git Configuration
>
> I'd attempted to configure this some time back, but never gotten it
> working, and this was the kick in the pants I needed to finally get
> it working!
>
> In case anyone is stuck in the same way that I was, the trailing
> slash at the end (which I had previously omitted, not realizing) is
> necessary for this to work. The docs[0] mention this, but I'd managed
> to repeatedly miss it:
>
> > If the pattern ends with /, * will be automatically added. For
> > example, the pattern foo/ becomes foo/*. In other words, it matches
> > "foo" and everything inside, recursively.
>
> [0]: https://git-scm.com/docs/git-config#Documentation/git-config...
:doh:
The mount path had changed months back:
commit ccc8708a6b
Author: Chandler Swift <chandler@chandlerswift.com>
Date: Tue Jan 14 23:31:14 2025 -0600
bert: Rename mount so systemd doesn't escape hyphen
diff --git a/bert/configuration.nix b/bert/configuration.nix
index 61f79b1..4072b87 100644
--- a/bert/configuration.nix
+++ b/bert/configuration.nix
@@ -40 +40 @@
- fileSystems."/mnt/bigbird-public" = {
+ fileSystems."/mnt/bigbird_public" = {
but I missed this use, so `/sheets` was 404ing.