···125125 default = { };
126126 example = lib.literalExpression ''
127127 {
128128- # this is only an example, do NOT do this! your secret will end up readable by *everyone*!
129129- KNOT_SERVER_SECRET = "verysecuresecret";
128128+ KNOT_SERVER_OWNER = "did:web:handle.invalid";
130129 }
131130 '';
132131 description = ''
133132 Additional environment variables. Use `environmentFile` for secrets.
134133135135- `KNOT_SERVER_SECRET` must be set for the knotserver to work, and can be obtained from
136136- [this page](https://tangled.sh/knots). Please set this with environmentFile instead of setting it here
137137- directly.
134134+ `KNOT_SERVER_OWNER` must be set for the program to work correctly.
138135 '';
139136 };
140137···155152 example = "/etc/tangled/knotserver.env";
156153 description = ''
157154 Environment file to set additional configuration and secrets for the knotserver.
158158-159159- `KNOT_SERVER_SECRET` must be set for the knotserver to work, and can be obtained from
160160- [this page](https://tangled.sh/knots).
161155 '';
162156 };
163157 };