diff options
author | sefidel <contact@sefidel.net> | 2022-04-03 15:19:05 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-04-03 15:19:05 +0900 |
commit | aae48ad464358b83eefc11d5596d69c37f67f83c (patch) | |
tree | b81b8d03087919156cdf89f705128fdca57e4872 /nixos/beta | |
parent | 3ca0a691c2e71211245bfd1b98b863089cde6472 (diff) | |
download | nixrc-aae48ad464358b83eefc11d5596d69c37f67f83c.tar.gz nixrc-aae48ad464358b83eefc11d5596d69c37f67f83c.zip |
Revert "feat(nixos/beta): change znc pass"
This reverts commit 6189015be405579098894b78eea8864ce1b31a63.
Diffstat (limited to 'nixos/beta')
-rw-r--r-- | nixos/beta/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/beta/configuration.nix b/nixos/beta/configuration.nix index cd91e11..b39d6eb 100644 --- a/nixos/beta/configuration.nix +++ b/nixos/beta/configuration.nix @@ -43,8 +43,8 @@ Pass.password = { # xkcdpass, not exposed to public. Method = "sha256"; - Hash = "9daeeba604cbce71f692357d1fd44a95eb35261c9a6c22a27e63e12083ce04e5"; - Salt = "PWyxQ*aTiBc2cSJ(*RHN"; + Hash = "8de38b14204314fa2887a503661b5a5fb74e4e46d36c05777be01a5b6eb24fdc"; + Salt = "/mMuEH!TX+n:CMtXcQ4U"; }; }; }; |