feat: add zulip integration
This commit is contained in:
parent
50468db20b
commit
3a0d464234
14 changed files with 430 additions and 5 deletions
|
|
@ -68,6 +68,7 @@
|
|||
noisebell-cache = buildRemoteMember "noisebell-cache";
|
||||
noisebell-rss = buildRemoteMember "noisebell-rss";
|
||||
noisebell-discord = buildRemoteMember "noisebell-discord";
|
||||
noisebell-zulip = buildRemoteMember "noisebell-zulip";
|
||||
|
||||
crossPkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
|
@ -349,6 +350,7 @@
|
|||
noisebell-cache
|
||||
noisebell-rss
|
||||
noisebell-discord
|
||||
noisebell-zulip
|
||||
flash-pi-sd
|
||||
pi-serial
|
||||
;
|
||||
|
|
@ -365,11 +367,13 @@
|
|||
cache = import ./remote/cache-service/module.nix noisebell-cache;
|
||||
rss = import ./remote/rss-service/module.nix noisebell-rss;
|
||||
discord = import ./remote/discord-bot/module.nix noisebell-discord;
|
||||
zulip = import ./remote/zulip-bot/module.nix noisebell-zulip;
|
||||
default = {
|
||||
imports = [
|
||||
(import ./remote/cache-service/module.nix noisebell-cache)
|
||||
(import ./remote/rss-service/module.nix noisebell-rss)
|
||||
(import ./remote/discord-bot/module.nix noisebell-discord)
|
||||
(import ./remote/zulip-bot/module.nix noisebell-zulip)
|
||||
(import ./remote/hosted-module.nix {
|
||||
inherit self agenix;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue