From ff99fb637aa4104df8737c1b574bd40197ecd41b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 13 Nov 2024 10:06:33 -0500 Subject: [PATCH] qbt: fix wg0.conf --- flake.lock | 6 +++--- services/qbittorrent.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a772f4f..1dde859 100644 --- a/flake.lock +++ b/flake.lock @@ -74,11 +74,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731474235, - "narHash": "sha256-wcteA0D0PKmULhuHKhIsnXpngAAmbMMrWxvGwi/eITM=", + "lastModified": 1731510190, + "narHash": "sha256-Mkl4TRmpw4vADc5mjBaG0CrbjqbqPsKevSXRBLdzF9o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1641c8d30380e2507a5ccff8f4a4800311bdfe5a", + "rev": "ac313b3f6f18d38abb71feb156531a371b828d35", "type": "github" }, "original": { diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index f1fcfda..a93c192 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -8,7 +8,7 @@ # network namespace that is proxied through mullvad vpnNamespaces.wg = { enable = true; - wireguardConfigFile = ./secrets/wg0.conf; + wireguardConfigFile = ../secrets/wg0.conf; accessibleFrom = [ "192.168.0.0/24" ];