diff options
author | Ben Sima <ben@bsima.me> | 2019-09-23 15:15:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-23 15:15:53 -0700 |
commit | f8248b7a1eddbd6e929f00ce15f3a818b54001b5 (patch) | |
tree | 897a77ca4e0c4432b638e66250e632b5ef951f1b /depo | |
parent | 83dfc24001e0846c9f631f3902fd7139a60439ba (diff) |
[depo] update my znc password
Diffstat (limited to 'depo')
-rw-r--r-- | depo/nutin-madaj/znc.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depo/nutin-madaj/znc.nix b/depo/nutin-madaj/znc.nix index d13cb85..a09c6d1 100644 --- a/depo/nutin-madaj/znc.nix +++ b/depo/nutin-madaj/znc.nix @@ -48,8 +48,8 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' }; Pass.password = { Method = "sha256"; - Hash = "879e124fbb75e1bae770ab8e7c8f1fb79650a9d63236006cd5cbc37b1504cd49"; - Salt = "_s66HV-MtmH2tD+Kp*1E"; + Hash = "bead16d806e7bf5cbbc31d572b20f01e2b253eb60e2497ce465df56306becd02"; + Salt = "/GhmBMc+E6b7qd8muFEe"; }; }; }; |