We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb635 commit bb9e4f2Copy full SHA for bb9e4f2
stargazer/email.nix
@@ -13,7 +13,7 @@ in {
13
14
loginAccounts = {
15
"[email protected]" = {
16
- hashedPassword = "$6$XsKtXFVJAF$QjloeO/oFG.eEx9IR..CdBc2KCwpAOg/vHwrNpVWOuXiJ5TBhdNV01TVFt5pUtnmWws1P6TUYDJTSPYHX5QKK1";
+ hashedPasswordFile = "/root/secrets/email-hashed-password-mkaito";
17
aliases = [
18
"[email protected]"
19
0 commit comments