maxwell-notify: rename secret path

This commit is contained in:
Michele Guerini Rocco 2020-10-26 01:59:29 +01:00
parent 0974d3883b
commit 5edf3e44ab
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -10,7 +10,7 @@ in
{ maxwell-notify = self.callPackage ./custom/packages/maxwell-notify.nix
{ homeserver = "https://${config.var.hostname}/_matrix/client/r0";
roomId = "!FsUSHSNMPMVTFFcvJo:maxwell.ydns.eu";
authToken = config.secrets.privateKeys.matrix;
authToken = config.secrets.passwords.matrix;
};
monero = unstable.monero;