added btcserver-fix

This commit is contained in:
2025-07-16 12:55:58 -05:00
parent e39f0bdac8
commit 3b5f0761e1
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
systemd.services.postgresql.postStart = lib.mkForce '''';
}

View File

@@ -10,6 +10,7 @@
./bitcoinecosystem.nix
./vaultwarden.nix
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
./btcpayserver-fix.nix
];
}