Files
continuwuity/docs/deploying/nixos.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
1.4 KiB
Markdown
Raw Normal View History

# conduwuit for NixOS
2024-03-21 23:16:20 -04:00
2024-05-12 00:37:00 -04:00
conduwuit can be acquired by [Lix][lix] from various places:
2024-03-21 23:16:20 -04:00
* The `flake.nix` at the root of the repo
* The `default.nix` at the root of the repo
* From conduwuit's binary cache
2024-03-21 23:16:20 -04:00
A binary cache for conduwuit that the CI/CD publishes to is available at the
following places (both are the same just different names):
2024-07-03 03:49:33 -04:00
2024-08-30 18:54:41 -04:00
```
https://attic.kennel.juneis.dog/conduit
conduit:eEKoUwlQGDdYmAI/Q/0slVlegqh/QmAvQd7HBSm21Wk=
2024-03-21 23:16:20 -04:00
https://attic.kennel.juneis.dog/conduwuit
2024-08-30 18:54:41 -04:00
conduwuit:BbycGUgTISsltcmH0qNjFR9dbrQNYgdIAcmViSGoVTE=
```
The binary caches have been recreated recently due to attic issues. The old
public keys were:
2024-08-30 18:54:41 -04:00
```
conduit:Isq8FGyEC6FOXH6nD+BOeAA+bKp6X6UIbupSlGEPuOg=
conduwuit:lYPVh7o1hLu1idH4Xt2QHaRa49WRGSAqzcfFd94aOTw=
```
2024-03-21 23:16:20 -04:00
If specifying a URL in your flake, please use the GitHub remote:
`github:girlbossceo/conduwuit`
2024-03-21 23:16:20 -04:00
The `flake.nix` and `default.nix` do not (currently) provide a NixOS module, so
(for now) [`services.matrix-conduit`][module] from Nixpkgs should be used to
configure conduwuit.
2024-03-21 23:16:20 -04:00
If you want to run the latest code, you should get conduwuit from the
`flake.nix` or `default.nix` and set
[`services.matrix-conduit.package`][package] appropriately.
2024-03-21 23:16:20 -04:00
2024-05-12 00:37:00 -04:00
[lix]: https://lix.systems/
2024-03-21 23:16:20 -04:00
[module]: https://search.nixos.org/options?channel=unstable&query=services.matrix-conduit
[package]: https://search.nixos.org/options?channel=unstable&query=services.matrix-conduit.package