https://github.com/ralith/matrix-appservice-irc-nixos
matrix-appservice-irc module for NixOS
https://github.com/ralith/matrix-appservice-irc-nixos
Last synced: 10 months ago
JSON representation
matrix-appservice-irc module for NixOS
- Host: GitHub
- URL: https://github.com/ralith/matrix-appservice-irc-nixos
- Owner: Ralith
- Created: 2017-01-26T06:14:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T17:50:37.000Z (over 7 years ago)
- Last Synced: 2025-01-12T06:40:34.732Z (over 1 year ago)
- Language: Nix
- Size: 59.6 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add this repository to the `imports` list in your configuration.nix, then configure `services.matrix-appservice-irc` as
you would any other NixOS service. If you use git to version-control your configuration.nix, adding this repository as a
submodule works well.
To update to a new version, bump the version in 'node/node-packages.json' and run 'generate.sh' in the node directory,
and then bump the version in 'package.nix' (in the attribute name).
Thanks to Robin Lambertz for authoring the original module this was derived from.