From 7b84b43fc3985d54b81bec3c3d7f809a52eadde7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 7 Dec 2024 01:46:00 +0100 Subject: [PATCH] aria2 option rename --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 31db153..d696f0d 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -123,7 +123,7 @@ enable = true; settings = { dir = "/var/lib/media"; - rpcListenPort = 6969; + rpc-listen-port = 6969; }; rpcSecretFile = config.sops.secrets."rpcSecret".path; };