From c4a704c7638d50ee56cd28ceea74dca9714e3cb2 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 17 Oct 2022 22:00:49 +0200 Subject: [PATCH] rtorrent: fix link exists error --- nixos/hosts/hades/rtorrent/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/hades/rtorrent/configuration.nix b/nixos/hosts/hades/rtorrent/configuration.nix index 6e02661..d033751 100644 --- a/nixos/hosts/hades/rtorrent/configuration.nix +++ b/nixos/hosts/hades/rtorrent/configuration.nix @@ -36,7 +36,7 @@ let vs = config.vault-secrets.secrets; in address = [ "10.66.153.191/32" "fc00:bbbb:bbbb:bb01::3:99be/128" ]; dns = [ "193.138.218.74" ]; privateKeyFile = "${vs.rtorrent}/wireguardKey"; - postUp = "${postUpScript}/bin/post_up"; + postUp = "${postUpScript}/bin/post_up || true"; peers = [ {