You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following guide will walk you through the steps to deploy Sourcebot on your own infrastructure. Sourcebot is distributed as a [single docker container](/docs/overview#architecture) that can be deployed to a k8s cluster, a VM, or any platform that supports docker.
8
10
9
11
@@ -72,6 +74,117 @@ The following guide will walk you through the steps to deploy Sourcebot on your
72
74
</Step>
73
75
</Steps>
74
76
77
+
78
+
## NixOS deployment
79
+
80
+
<Note>Hit an issue? Please let us know on [GitHub discussions](https://github.com/sourcebot-dev/sourcebot/discussions/categories/support) or by [emailing us](mailto:[email protected]).</Note>
81
+
82
+
<Steps>
83
+
<Steptitle="Flake.nix input">
84
+
Add the Sourcebot flake as an input to your NixOS configuration. This will allow you to use the Sourcebot container in your NixOS deployment.
0 commit comments