update nixpkgs

bitcoin: 31.0 -> 31.1
bitcoind: 31.0 -> 31.1
btcpayserver: 2.3.4 -> 2.4.2
clboss: 0.16.0 -> 0.16.1
This commit is contained in:
Jonas Nick
2026-08-11 09:41:31 +00:00
parent 2feb7934ac
commit 17f0d98c22
4 changed files with 59 additions and 70 deletions
+5
View File
@@ -239,6 +239,11 @@ in {
--datadir='${cfg.btcpayserver.dataDir}'
'';
User = cfg.btcpayserver.user;
# Since 2.4.0, btcpayserver uses `Host.CreateDefaultBuilder`, which sets the
# ASP.NET content root to the working directory instead of the app directory.
# The web root (`wwwroot`) is resolved relative to the content root, so
# btcpayserver must be started from its app directory.
WorkingDirectory = "${cfg.btcpayserver.package}/lib/btcpayserver";
# Also restart after the program has exited successfully.
# This is required to support restarting from the web interface after
# interactive plugin installation.