From b933ecc24ed65a57eeb7c22a757183294bea8e77 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 4 Jul 2025 13:43:27 -0500 Subject: [PATCH] bert: Fix bigbird_public mount path The mount path had changed months back: commit ccc8708a6be082a04f3aa45d3c33eb166e2a200e Author: Chandler Swift 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. --- bert/services/http/home.chandlerswift.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bert/services/http/home.chandlerswift.com.nix b/bert/services/http/home.chandlerswift.com.nix index 1c11558..054c580 100644 --- a/bert/services/http/home.chandlerswift.com.nix +++ b/bert/services/http/home.chandlerswift.com.nix @@ -14,7 +14,7 @@ # vulnerable to a directory traversal attack (and it doesn't really # matter anyway; everything in there is public somewhere or another!) but # it sorta feels wrong to do this without a `/sheets` suffix. - root /mnt/bigbird-public + root /mnt/bigbird_public } handle_errors {