diff options
author | Linnnus <[email protected]> | 2025-01-05 19:00:19 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-05 19:00:19 +0100 |
commit | 22e5886cb89ead66ab0b5435cc98474acdc3b175 (patch) | |
tree | f985f85df789bd7e582c5cc2e510f138fc90544f /hosts | |
parent | 83ec2f7f35a778aee2cbf3c5db369d9bd9affcb2 (diff) |
hosts/ahmed: Change qBittorrent password
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ahmed/torrenting/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/torrenting/default.nix b/hosts/ahmed/torrenting/default.nix index 39046b8..666c894 100644 --- a/hosts/ahmed/torrenting/default.nix +++ b/hosts/ahmed/torrenting/default.nix @@ -22,7 +22,7 @@ Preferences = { # Configure credentials. This should be safe to keep here, since the password is hashed. "WebUI\\Username" = "linus"; - "WebUI\\Password_PBKDF2" = "@ByteArray(wOEz+v4PMOZTIUxD+NI0sQ==:uEp16/vHvNgv71RcHHBuxm7WgjqgVZpuEWEG1KnCxrCxGX1n3y2cqQyGYDLBlpyGv8rjk3G0g+d5xuxW1izV2g==)"; + "WebUI\\Password_PBKDF2" = "@ByteArray(KCBHD0C70+/50xW/zkIUiw==:WY6phmLjJza//fD6w6fXwqzLCYIQjFMRQ3hlqYVIRcKVNHh1fYjMHlI1aBPciJtDdBABq3/D2hOuhQpAt3oUXQ==)"; }; }; }; |