Files
Sovran_SystemsOS/modules/btcpayserver-fix.nix
2025-07-16 12:55:58 -05:00

9 lines
105 B
Nix

{ config, pkgs, lib, ... }:
{
systemd.services.postgresql.postStart = lib.mkForce '''';
}