diff options
author | Linnnus <[email protected]> | 2025-01-18 13:14:31 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-18 13:14:31 +0100 |
commit | f5fc33abb93e058b943e5ef0dc8c8a3c02255804 (patch) | |
tree | 4457684b5ea69d493ea4af5db59195d637e62c9d /hosts/ahmed/torrenting | |
parent | e92e5baa7b23c696241bc0d7cfa6d952ca8578d4 (diff) |
Move NixOS-specific options from shared/{nixos-and-darwin => nixos}
Diffstat (limited to 'hosts/ahmed/torrenting')
-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 666c894..c61d719 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(KCBHD0C70+/50xW/zkIUiw==:WY6phmLjJza//fD6w6fXwqzLCYIQjFMRQ3hlqYVIRcKVNHh1fYjMHlI1aBPciJtDdBABq3/D2hOuhQpAt3oUXQ==)"; + "WebUI\\Password_PBKDF2" = "@ByteArray(KCBHD0C70+/50xW/zkIUiw==:WY6phmLjJza//fD6w6fXwqzLCYIQjFMRQ3hlqYVIRcKVNHh1fYjMHlI1aBPciJtDdBABq3/D2hOuhQpAt3oUXQ==)"; }; }; }; |