Skip to content

Commit

Permalink
flake.lock: update nixpkgs and use mautrix-signal2
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed May 17, 2024
1 parent ab2df3c commit 83d7962
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nixos/hosts/matrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
} // (import ../../../secrets/matrix/appservices/mautrix-discord.nix);

# Signal <-> Matrix Bridge
services.mautrix-signal = {
services.mautrix-signal2 = {
enable = true;
homeserver = "https://matrix.nevarro.space";
secretYAML = "/run/keys/appservice_login_shared_secret_yaml";
Expand Down
4 changes: 2 additions & 2 deletions nixos/modules/services/matrix/mautrix-signal.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.services.mautrix-signal;
cfg = config.services.mautrix-signal2;

mautrixSignalAppserviceConfig = {
id = "signal";
Expand Down Expand Up @@ -107,7 +107,7 @@ let
yamlFormat.generate "mautrix-signal-config.yaml" mautrixSignalConfig;
in {
options = {
services.mautrix-signal = {
services.mautrix-signal2 = {
enable = mkEnableOption "mautrix-signal, a Signal <-> Matrix bridge.";
useLocalSynapse = mkOption {
type = types.bool;
Expand Down

0 comments on commit 83d7962

Please sign in to comment.