From 201c27c52e82e5236bf8737a66b711938208b247 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 12 Nov 2025 14:49:02 -0500 Subject: Disable storybook for now - not working on it --- Biz.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz.nix') 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 = { -- cgit v1.2.3