fix email password

This commit is contained in:
zuckerberg
2021-08-28 23:31:38 -04:00
parent 10ea702481
commit fc46ff4a91
2 changed files with 22 additions and 22 deletions

View File

@@ -49,7 +49,7 @@
passwordFile = "/run/secrets/peertube-redis-pw";
};
smtp = {
createLocally = true;
createLocally = false;
passwordFile = "/run/secrets/peertube-smtp";
};
};
@@ -161,7 +161,7 @@
];
loginAccounts = {
"jeremy@runyan.org" = {
hashedPasswordFile = "/run/secrets/email-pw";
hashedPassword = "/run/secrets/email-pw";
aliases = [
"@neet.space" "@neet.cloud" "@neet.dev"
"@runyan.org" "@runyan.rocks"