summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-11-12 14:49:02 -0500
committerBen Sima <ben@bsima.me>2025-11-12 14:49:02 -0500
commit201c27c52e82e5236bf8737a66b711938208b247 (patch)
tree93a3b5559a0a8506390064b60fa191d8c4d0fd3a
parentcdef6a6db16080392f76cf3f14f70a01ddabc68b (diff)
Disable storybook for now - not working on it
-rwxr-xr-xBiz.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz.nix b/Biz.nix
index 6aede6c..a76fd8c 100755
--- a/Biz.nix
+++ b/Biz.nix
@@ -20,7 +20,7 @@ bild.os {
networking.domain = "storybook.bensima.com";
time.timeZone = "America/New_York";
services.storybook = {
- enable = true;
+ enable = false;
package = bild.run ./Biz/Storybook.py;
};
services.podcastitlater-web = {