diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-12 14:49:02 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-12 14:49:02 -0500 |
| commit | 201c27c52e82e5236bf8737a66b711938208b247 (patch) | |
| tree | 93a3b5559a0a8506390064b60fa191d8c4d0fd3a /Biz.nix | |
| parent | cdef6a6db16080392f76cf3f14f70a01ddabc68b (diff) | |
Disable storybook for now - not working on it
Diffstat (limited to 'Biz.nix')
| -rwxr-xr-x | Biz.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |
