Delete modules/btcpayserver-fix.nix

No longer needed
This commit is contained in:
2026-01-18 11:24:03 -06:00
parent 1a9550681e
commit 218c8bb1c5

View File

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