From 09ba739719cc763286d19fca11222bac658b0a40 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 13 Dec 2024 23:21:30 +0100 Subject: [PATCH] nbxplorer: remove deprecated option Fixes this warning: Explorer: Options 'automigrate' is obsolete and ignored... --- modules/btcpayserver.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/btcpayserver.nix b/modules/btcpayserver.nix index 2ea7e0e..97bbc87 100644 --- a/modules/btcpayserver.nix +++ b/modules/btcpayserver.nix @@ -168,7 +168,6 @@ in { lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address liquidd.whitelistedPort} ''} postgres=User ID=${cfg.nbxplorer.user};Host=/run/postgresql;Database=nbxplorer - automigrate=1 ''; in rec { wantedBy = [ "multi-user.target" ];