home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 51d4b9c9493f6791992ad3f4ec4a3a7f4fd2bcac
parent ffa047456355fabd53ea9cec7ac6ef4150cc9ef1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 30 Jul 2024 12:18:36 +0200

hosts/shikoku: try something out…

… hardcode the password, but it is not exposed anyway.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/shikoku.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -140,7 +140,8 @@ in openPorts = true; extraArguments = "--max-concurrent-downloads=20"; downloadDir = "/data/downloads"; - rpcSecretFile = config.sops.secrets.aria2RPCSecret.path; + rpcSecretFile = "${pkgs.writeText "aria" "aria2rpc\n"}"; + # rpcSecretFile = config.sops.secrets.aria2RPCSecret.path; }; bazarr = { enable = true;