mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
chore: move matterbridge to configs
This commit is contained in:
@@ -15,27 +15,12 @@ in {
|
||||
<niveum/configs/tmux.nix>
|
||||
<niveum/configs/version.nix>
|
||||
<niveum/configs/traadfri.nix>
|
||||
<niveum/configs/matterbridge.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
<niveum/modules/telegram-bot.nix>
|
||||
{
|
||||
services.rss-bridge.enable = true;
|
||||
}
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [ (import <niveum/overlays/toml.nix>) ];
|
||||
config.packageOverrides = pkgs: {
|
||||
writeDash = pkgs.writers.writeDash;
|
||||
writeDashBin = pkgs.writers.writeDashBin;
|
||||
};
|
||||
};
|
||||
|
||||
services.matterbridge = {
|
||||
enable = true;
|
||||
configPath = toString (pkgs.writeTOML (import <niveum/lib/matterbridge.nix> {
|
||||
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||
}));
|
||||
};
|
||||
}
|
||||
{
|
||||
services.weechat.enable = true;
|
||||
users.extraUsers.weechat = {
|
||||
|
||||
Reference in New Issue
Block a user