maxwell-notify: rename secret path

This commit is contained in:
Michele Guerini Rocco 2020-10-26 01:59:29 +01:00
parent d8c528b312
commit 173d575edd

View File

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